Exchange Open Interest Chart
Exchange Open Interest Chart
GET
https://open-api.bybt.com/api/pro/v1/futures/openInterest/chart
Query Parameters
Name
Type
Description
interval
integer
ALL: 0 1H: 2 4H: 1 12H: 4
symbol
string
Symbol
{
"dateList":[
//Date Time
],
"priceList":[
//Symbol Price
],
"dataMap":{
"Bitmex":[
//Bitmex Open Interest
],
"Binance":[
//Binance Open Interest
]
}
}
Last updated
Was this helpful?