get
https://open-api-v3.coinglass.com/api/option/info
Response Data
{
"code": "0",
"msg": "success",
"data": [
{
"exchangeName": "All",
"openInterest": 388294.46,
"rate": 100,
"h24Change": 2.18,
"exchangeLogo": "https://cdn.coinglasscdn.com/static/blank.png",
"openInterestUsd": 10243363172.584,
"volUsd": 625967057.596,
"h24VolChangePercent": -39.73
},
...
]
}| Field | Description |
|---|---|
| exchangeName | eg. Binance |
| exchangeLogo | Logo |
| openInterest | Open interest |
| openInterestUsd | Open interest value |
| rate | Open interest ratio |
| h24Change | 24-hour change in open interest |
| volUsd | Volume(USD) |
| h24VolChangePercent | 24-hour change in volume |
