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
7. Request through request {"op": "request", "args": ["spot/depth/increase100:<symbol>"] }to obtain the latest depth snapshot (type=snapshot in the message), and add the depth The content in the snapshot is overwritten to the local cache, and then the logic continues from step 2.
The text was updated successfully, but these errors were encountered:
Please add op: "request" for BitMartSocketOperation
When subscribing to order book updates (SubscribeToOrderBookUpdatesAsync), data reloading is not possible if the version sequence is broken.
Here's the documentation on how it works:
https://developer-pro.bitmart.com/en/spot/#public-depth-increase-channel
The text was updated successfully, but these errors were encountered: