Skip to main content
Returns a snapshot of the orderbook for a trading pair, including price levels on both sides and the current spot price.

Query parameters

string
required
Base asset identifier. Use ADA for Cardano’s native asset, or <policy_id_hex>:<asset_name_hex> for native tokens.
string
required
Quote asset identifier. Same format as base.

Response

string
Base asset identifier (echoed from query).
string
Quote asset identifier (echoed from query).
DecimalPrice | null
Most recent execution price. null if no trades have occurred.
PriceLevel[]
Buy-side levels, highest price first.
PriceLevel[]
Sell-side levels, lowest price first.

Response codes