API Reference

OHLC History

This API presents open interest data through OHLC (Open, High, Low, Close) candlestick charts.

Response Data

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