API Reference

Aggregated Taker Buy/Sell Volume History

This API retrieves historical data for the long/short ratio of aggregated taker buy/sell volumes.

Log in to see full request history

Response Data

{ "code": "0", "msg": "success", "data": [ { "time": 1719338400, "buy": 1102918900.2413, "sell": 943757980.3408 }, ... ] }
FieldDescription
buy
sell
timeTime, in seconds
Query Params
string
required
Defaults to Binance

Binance,OKX,Bybit

string
required
Defaults to BTC

Trading coin eg. BTC

string
required
Defaults to h1

1m, 3m, 5m, 15m, 30m, 1h, 4h, 6h, 8h, 12h, 1d, 1w

int32
Defaults to 500

Default 1000, Max 4500

int64
Defaults to 1706089927315

in seconds eg.1641522717

int64

in seconds eg.1641522717

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json