dydx-v3-python icon indicating copy to clipboard operation
dydx-v3-python copied to clipboard

"Internal error, could not fetch data for subscription: v3_accountsAPI key not found"

Open Riemannstein opened this issue 3 years ago • 1 comments

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}

Riemannstein avatar Oct 18 '21 05:10 Riemannstein

Does this help?

image

chiwalfrm avatar Oct 29 '21 22:10 chiwalfrm