I see here that I can obtain 5000 levels of data for the spot market order book via the REST API.
I would like to ask, how many levels of incremental data are pushed for the spot (Diff. Depth Stream) and futures (Diff. Book Depth Streams) order books respectively?
Incremental updates (i.e., <symbol>@depth streams) have no limit. Pushed events include all price levels that changed since the last update — only the changed price levels are pushed.
Depth snapshots (i.e., <symbol>@depth10 streams) have the depth limit in the name: for example, depth10 streams push snapshots of the best 10 levels.