Bybt
  • General Info
  • General parameters
  • Api Key
  • futures
    • Exchange Open Interest
    • Exchange Open Interest Chart
    • Liquidation
    • Liquidation Chart
    • Long/Short Chart
    • Funding Rates
    • Exchange Vol
  • Options
    • Options Open Interest
    • Options Open Interest Chart
    • Exchange Vol
Powered by GitBook
On this page

Was this helpful?

  1. futures

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
        ]
    }
}

PreviousExchange Open InterestNextLiquidation

Last updated 3 years ago

Was this helpful?