get
https://open-api-v3.coinglass.com/api/option/v2/exchange-oi-history
Response Data
{
"code": "0",
"msg": "success",
"data": [
{
"dateList": [1691460000000,...],
"priceList": [29140.9,...],
"dataMap": {
"Huobi": [15167.03527,...],
"gate": [23412.723,...],
...
}
},
...
]
}| Field | Description |
|---|---|
| dateList | Date list |
| priceList | Price list |
| dataMap | Exchange open interest list |
| dataMap.xx | Exchange open interet |
