API Reference

Exchange History Chart

This API retrieves historical open interest data for a cryptocurrency from exchanges, and the data is formatted for chart presentation.

Response Data

{
  "code": "0",
  "msg": "success",
  “data”:{
    "timeList":[1721649600000, ...],
    "priceList":[67490.3, ...],
    "dataMap":{
       "Binance": [8018229234, ...]
       "Bitmex": [395160842, ...]
        ...
     }
  }
}
FieldTypeDescription
timeListarraya list of Date objects. in seconds eg.1641522717
priceListarraya list of Price objects. in USD eg: 38000
dataMaparrayThe 'dataMap' contains open interest data from multiple exchanges
Language
Credentials
Header
Click Try It! to start a request and see the response here!