API Reference

Price OHLC History

The API retrieves historical data of the open, high, low, and close (OHLC) prices for cryptocurrencies.

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
     {
       1668484800,//Time
      "16809",//Open
      "16843.1",//High
      "16746.5",//Low
      "16758.1",//Close
      "231478244.2"//Vol usd
     },
     ...
  ]
}
FieldDescription
oOpen
hHigh
lLow
cClose
vvol usd
tTime ,in seconds
Language
Authorization
Header
Click Try It! to start a request and see the response here!