You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if I am doing anything wrong here but it looks like the library for some reason is not able to unmarshal the bybit json to the Trade struct.
The text was updated successfully, but these errors were encountered:
Hi.... I get into same error, after following the source code, I found that websocket for Linear contract returns some fields (prices, size) in wrong data type as defined in Struct. Check them and adjust as your convinience.
Hello,
I am getting this error when subscribing to trades via websocket:
This is the code I am using to connect and subscribe to the topic:
I am not sure if I am doing anything wrong here but it looks like the library for some reason is not able to unmarshal the bybit json to the Trade struct.
The text was updated successfully, but these errors were encountered: