Skip to main content
The Markets resource provides access to market information, pricing, and order book data. Markets represent individual tradeable contracts within an event.

Methods


list

Fetch a paginated list of markets with optional filters.

Parameters

Response Fields


retrieve_by_slug

Get a single market by its URL slug.

book

Get the full order book with all bid and offer levels.

Response Fields


bbo

Get best bid/offer only. Use this lightweight endpoint when you only need top-of-book prices.

Response Fields


settlement

Get the settlement price for a resolved market.
Settlement values are typically 0.00 (No) or 1.00 (Yes).
For real-time market data, use the WebSocket markets stream instead of polling.