Get raw book ticker data at microsecond granularity
Fetch raw book ticker data for a Binance trading pair. Returns bid/ask/mid/spread for each tick with microsecond precision.Documentation Index
Fetch the complete documentation index at: https://docs.predexon.com/llms.txt
Use this file to discover all available pages before exploring further.
| Constraint | Value |
|---|---|
limit | 1–10,000 (default 10,000) |
| Time range | No limit |
Trading pair
BTCUSDT, ETHUSDT, SOLUSDT, XRPUSDT Unix timestamp (seconds) for range start
x >= 0Unix timestamp (seconds) for range end
x >= 0Max ticks per page
1 <= x <= 10000Cursor for next page
Successful Response
Paginated response of raw book ticker data.
Use cursor-based pagination to iterate through large time windows. A 15-minute window typically contains ~63K ticks per symbol.