Exchange Open Interest

Exchange Open Interest

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

Get the latest exchange open interest

Query Parameters

NameTypeDescription

interval

integer

ALL: 0 1H: 2 4H: 1 12H: 4

symbol

string

Symbol

      [{
        "exchangeName": "All", // Exchange Name
        "openInterest": 3812499957, //Open Interest
        "openInterestAmount": 412407.38, Open Interest Amount
        "rate": 100, //Proportion
        "h24Change": 3.3300 //24h Open interest change
      }]

Last updated