dydx-v3-python
dydx-v3-python copied to clipboard
"Internal error, could not fetch data for subscription: v3_accountsAPI key not found"
I encountered an error when I tried to subscribe account update using websocket. The returned error says: "Internal error, could not fetch data for subscription: v3_accountsAPI key not found". But I used the same API key to create new orders and succeeded in that task. Specifically, I was trying to run the websocket example from the official Github repo: https://github.com/dydxprotocol/dydx-v3-python/blob/master/examples/websockets.py , with my own API credentials of course. Any insight into this matter is welcome.
Websocket response: < {"type":"connected","connection_id":"7fd7b9e9-882b-4d39-bb20-29084701a7b9","message_id":0} < {"type":"error","message":"Internal error, could not fetch data for subscription: v3_accountsAPI key not found","connection_id":"7fd7b9e9-882b-4d39-bb20-29084701a7b9","message_id":1}
Does this help?