Hi Binance,
We are querying your order book snapshot information using the following endpoints:
- GET /fapi/v1/depth: Binance API Documentation
- GET /dapi/v1/depth: Binance API Documentation
And we are noticing a problem. It looks like a top-of-book crossing issue which first ask price < first bid price.
I.e: At the book which has sequence = 2725004273928
- asks = [[28312.9, 0.009], …]
- bids = [[28318.3, 7.5], …]
It happened in these 4 minutes:
timestamp instrument
2023-04-10T09:36:00.000Z 25
2023-04-10T09:37:00.000Z 32
2023-04-10T09:38:00.000Z 24
2023-04-10T09:39:00.000Z 21
Please advise.