API Reference

OHLC History

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

Response Data

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