If I need the 5000 levels of the futures order book, what methods can I use to achieve that?
Thanks,
If I need the 5000 levels of the futures order book, what methods can I use to achieve that?
Thanks,
Hi @zhen, the current maximum limit for REST and Websocket APIs is 1000
and for Websocket Streams is 20
. To achieve a 5000-level order book, consider subscribing to the partial book depth stream with a limit of 20 and maintaining a local full-depth book by appending real-time updates.
For more details, check the Binance documentation: