-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TRADE_LITE user-data WS event #612
Comments
Previously all WS responses were compatible with each other, looks like a malformed API on Binance's part |
does that problem still occur? @vlw |
yes |
okay, it's great if you can check what exactly happens and open a PR to fix this issue, if you have free time. @vlw |
Binance introduced new event in userdata WS: https://www.binance.com/en/support/announcement/introducing-trade-lite-for-usd%E2%93%A2-m-futures-websocket-2024-09-03-f2809259702b46f7abdc9c97b977908f
https://developers.binance.com/docs/derivatives/usds-margined-futures/user-data-streams/Event-Trade-Lite
it's incompatible with our futures.WsUserDataEvent
json: cannot unmarshal string into Go struct field .p of type []futures.WsPosition
The text was updated successfully, but these errors were encountered: