Market Data

Get unified quote for a symbol

NBBO + per-venue BBO + merged order book in one response.

get/v1/quotes/{symbol}

Path parameters

symbolstring required

Trading pair (e.g., BTC-USD)

Query parameters

depthinteger

Book depth per side (default 10, max 50)

nowaitboolean

Skip the up-to-2s dynamic-subscribe wait. Research-grade only — trading code must not use this.

Response

Quote data

instrument_typestring required

Disambiguates which book this quote came from. Spot vs perp on the same symbol (e.g. BTC-USDT) are separate NBBOs because their prices differ by basis. "spot" / "perp" / "prediction".

sourcestring required

Provenance of the quote data. Three values: edge_nbbo — in-memory NBBO from a live venue-edge WS stream (sub-millisecond update latency, every tick). venue_public_api — HTTP fallback against the venue's public orderbook endpoint. 2-second cache, ~100-500ms staleness. Research-grade, not trading-grade. unavailable — neither path produced data. Caller sees zero bid/ask and empty book; this is distinct from a true empty-book edge NBBO because the venue literally doesn't publish liquidity for this symbol (resolved market, invalid token, etc.).

symbolstring required
venuesobject required

Changes

No recorded changes to this endpoint across all 1 revision of this API.