API Reference

Aggregated OrderBook Bid&Ask

The API retrieves historical data of the aggregated order book for spot trading.

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
     {
      "bidsUsd": 12679537.0806,
      "bidsAmount": 197.99861,
      "asksUsd": 10985519.9268,
      "asksAmount": 170.382,
      "time": 1714003200
     },
    ...
  ]
}
FieldDescription
bidsUsd
bidsAmount
asksUsd
asksAmount
timeTime ,in seconds
Language
Authorization
Header
Click Try It! to start a request and see the response here!