Exchange Open Interest Chart

Exchange Open Interest Chart

GET https://open-api.bybt.com/api/pro/v1/futures/openInterest/chart

Query Parameters

{
    "dateList":[
        //Date Time
    ],
    "priceList":[
        //Symbol Price 
    ],
    "dataMap":{
        "Bitmex":[
            //Bitmex Open Interest
        ],
        "Binance":[
            //Binance Open Interest
        ]
    }
}

Last updated