- Error Code
- WebHook
- Coin & Symbol
- Open Interest
- Liquidation
- Market Order Statistics
- Market Order Statistical Indicators (Plan3)GET
- Aggregate Market Order Statistical Indicators (Plan3)GET
- CVD Data (Plan3)GET
- Taker Buy/Sell Count (Plan3)GET
- Taker Buy/Sell Value (Plan3)GET
- Taker Buy/Sell Volume (Plan3)GET
- Aggregate CVD Data (Plan3)GET
- Aggregate Taker Buy/Sell Count (Plan3)GET
- Aggregate Taker Buy/Sell Value (Plan3)GET
- Aggregate Taker Buy/Sell Volume (Plan3)GET
- Fundflow
- FundingRate
- Longshort
- Net Long & Net Short
- OrderBook
- OrderFlow
- RsiMap
- BigOrder
- Popular Ranking
- KLine
- Indicator Data
- hyperLiquid Whale
Trading Pair Open Interest(Plan1)
GET
https://open-api.coinank.com/api/openInterest/symbol/Chart
Request
Query Params
symbol
string
required
Example:
BTCUSDT
exchange
string
required
Example:
Binance
interval
string
required
Example:
1m
endTime
number
required
Example:
1726158495618
size
string
optional
Example:
500
Header Params
apikey
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open-api.coinank.com/api/openInterest/symbol/Chart?symbol=BTCUSDT&exchange=Binance&interval=1m&endTime=1726158495618&size=500' \
--header 'apikey;'
Responses
🟢200OK
application/json
Body
success
boolean
required
code
string
required
data
array [object {3}]
required
ts
integer
required
coinCount
number
required
coinValue
number
required
Example
{
"success": true,
"code": "1",
"data": [
{
"ts": 1725948000000,
"volume": 0,
"coinCount": 86935.155,
"coinValue": 4945297598.66
},
{
"ts": 1725951600000,
"volume": 0,
"coinCount": 86917.811,
"coinValue": 4936740445.62
},
{
"ts": 1725955200000,
"volume": 0,
"coinCount": 87216.816,
"coinValue": 4986368526.03
},
{
"ts": 1725958800000,
"volume": 0,
"coinCount": 87343.364,
"coinValue": 4980729129.09
},
{
"ts": 1725962400000,
"volume": 0,
"coinCount": 87451.509,
"coinValue": 4990918834.69
},
{
"ts": 1725966000000,
"volume": 0,
"coinCount": 87157.282,
"coinValue": 4981831797.57
},
{
"ts": 1725969600000,
"volume": 0,
"coinCount": 86948.442,
"coinValue": 4972590092.82
},
{
"ts": 1725973200000,
"volume": 0,
"coinCount": 86945.24,
"coinValue": 4970511563.89
},
{
"ts": 1725976800000,
"volume": 0,
"coinCount": 87523.516,
"coinValue": 4962758404.23
},
{
"ts": 1725980400000,
"volume": 0,
"coinCount": 86977.184,
"coinValue": 4948793024.36
}
]
}
Modified at 2025-03-05 06:22:08