Skip to main content
GET
Orderbook Snapshot Endpoint
This endpoint provides a complete snapshot of the orderbook for all trading pairs with approximately 5-second freshness.
Compression RequiredThis endpoint requires brotli compression for efficient data transfer.

Response Structure

The response is an array of orderbook snapshots, where each entry contains:
  • Pair identifier - Trading pair (e.g., @1, @10)
  • Bids array - Buy orders sorted by price
  • Asks array - Sell orders sorted by price

Example Response

Freshness is ~5s.

Authorizations

X-API-KEY
string
header
required

Response

Successful response