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

Long/Short Chart

Long/Short Chart

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

Query Parameters

Name
Type
Description

interval

integer

1H:2 4H:1 12H:4 24H:5

symbol

string

BTC,ETH,EOS

{
    "code": "0",
    "msg": "success",
    "data": {
        "symbol": "BTC",
        "longRateList": [
            
        ],
        "shortsRateList": [
            
        ],
        "priceList": [
            
        ],
        "longShortRateList": [
            
        ],
        "dateList": [
           
        ],
        "timeType": 1
    },
    "success": true
}

PreviousLiquidation ChartNextFunding Rates

Last updated 4 years ago

Was this helpful?