API Reference

OHLC Aggregated Coin Margin History

This API presents aggregated coin margin open interest data using OHLC (Open, High, Low, Close) candlestick charts.

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
     {
      "t": 1636588800,
      "o": "28087369127",
      "h": "28087369127",
      "l": "25321306769",
      "c": "25347636671"
     },
     ...
   ]
}
FieldDescription
oOpen
hHigh
lLow
cClose
tTime ,in seconds
Language
Authorization
Header
Click Try It! to start a request and see the response here!