Skip to main content

Markets API

The Market API provides access to market information, pricing, and settlement data.

Endpoints

Key Market Fields

Pricing Fields

Use orderPriceMinTickSize and minimumTradeQty from the market response before submitting orders. Do not infer price tick size or minimum quantity from product type, symbol, or slug. For example, minimumTradeQty: 0.01 means the market supports 1% contract increments, and orderPriceMinTickSize: 0.005 means valid order prices move in half-cent increments.

Volume & Liquidity

Sports Market Fields

Filtering Markets

Query markets with various filters:

Pagination & Ordering

Status Filters

Category & Type Filters

ID Filters

Volume & Liquidity Filters

Date Filters

All date parameters accept ISO 8601 format strings (e.g., 2025-01-20T00:00:00Z).

Market Sides

Each market has sides representing the possible outcomes. Query market sides:

Market Side Fields

Real-Time Market DataFor real-time price updates and order book data, use the WebSocket Markets Stream instead of polling the REST API.

Market Book (Full)

Get real-time order book data and market statistics for a specific market:

Path Parameters

Response

Market Data Fields

Book Entry

Market States

Market Stats


Market BBO (Lightweight)

Get best bid/offer and basic market statistics in a lightweight format. Use this endpoint when you only need top-of-book prices without the full order book depth.

Path Parameters

Response

Market Data Lite Fields

When to Use BBO vs Book

Real-Time UpdatesFor continuous order book updates, use the WebSocket Markets Stream instead of polling these endpoints.

Settlement

After a market resolves, query the settlement price:
Response:
Settlement values are typically 0.00 (No) or 1.00 (Yes).