API Reference

Orderbook Bid&Ask(±range)

The API retrieves historical data of the order book for futures trading.(https://www.coinglass.com/pro/depth-delta)

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
     {
      "bidsUsd": 81639959.9338,
      "bidsAmount": 1276.645,
      "asksUsd": 78533053.6862,
      "asksAmount": 1217.125,
      "time": 1714003200
     },
    ...
  ]
}
FieldDescription
bidsUsd
bidsAmount
asksUsd
asksAmount
timeTime ,in seconds
Language
Credentials
Header
Click Try It! to start a request and see the response here!