BIGTIMEUSDT Depth Data API

I am not able to get the depth data for BIGTIMEUSDT pair from non of the following endpoints.

  • api . binance . com
  • api-gcp . binance . com
  • api1 . binance . com
  • api2 . binance . com
  • api3 . binance . com
  • api4 . binance . com

The route for depth is GET /api/v3/depth.

https://api.binance.com/api/v3/depth?symbol=BIGTIMEUSDT&limit=1000

You can change the symbol to any other pairs to see the sample response.

BIGTIME/USDT is not listed on Spot exchange.

It is however listed on the Futures exchange:

curl "https://fapi.binance.com/fapi/v1/depth?symbol=BIGTIMEUSDT&limit=10"

See Order Book.

Thank you so much! Yes I was trying to get the data on Spot exhchange.