Skip to main content

Taker Buy/Sell Volume

API Description#

Taker Buy/Sell Volume

HTTP Request#

GET /futures/data/takerlongshortRatio

Request Weight#

0

Request Parameters#

NameTypeMandatoryDescription
symbolSTRINGYES
periodENUMYES"5m","15m","30m","1h","2h","4h","6h","12h","1d"
limitLONGNOdefault 30, max 500
startTimeLONGNO
endTimeLONGNO
  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.

Response Example#

[    {         "buySellRatio":"1.5586",        "buyVol": "387.3300",         "sellVol":"248.5030",         "timestamp":"1585614900000"    },    {         "buySellRatio":"1.3104",        "buyVol": "343.9290",         "sellVol":"248.5030",                           "timestamp":"1583139900000"            },    ]