API Reference

Orderbook Bid&Ask

The API retrieves historical data of the 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
     },
    ...
  ]
}
FieldDescription
bidsUsd
bidsAmount
asksUsd
asksAmount
timeTime ,in seconds
Language
Authorization
Header
Click Try It! to start a request and see the response here!