API Reference

Aggregated Orderbook Bid&Ask

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

Response Data

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