Coin Orderbook Bid&Ask(±range)

This endpoint provides historical data of the aggregated order book for spot trading, including total bid/ask volumes within a specific price range.

Query Params
string
required
Defaults to Binance

List of exchange names to retrieve data from (e.g., 'ALL', or 'Binance, OKX, Bybit')

string
required
Defaults to BTC

Trading coin (e.g., BTC). Retrieve supported coins via the 'supported-coins' API.

string
required
Defaults to h1

Data aggregation time interval. Supported values: 1m, 3m, 5m, 15m, 30m, 1h, 4h, 6h, 8h, 12h, 1d, 1w.

int32
Defaults to 10

Number of results per request. Default: 1000, Maximum: 1000.

int64

Start timestamp in milliseconds (e.g., 1641522717000).

int64

End timestamp in milliseconds (e.g., 1641522717000).

string
Defaults to 1

Depth percentage (e.g., 0.25, 0.5, 0.75, 1, 2, 3, 5, 10).

Responses

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