Fetch all markets for a specific event, including current orderbook data. This endpoint returns markets with their bid/ask data in a single response, eliminating the need to fetch orders separately.
Rate limit: 100 requests per second.
The server-generated UUID of the event
Currency for orderbook data
CASH, COIN Successfully retrieved markets for the event.
The ID of the market
"123e4567-e89b-12d3-a456-426614174000"
Description of the market
"KC v BUF Total"
The current status of the market (OPEN, CLOSED, or SETTLED)
"OPEN"
The type of market (MONEY, SPREAD, TOTAL, RUSHING_ATTEMPTS, etc.)
"TOTAL"
The league of the market
"NFL"
The total volume of the market in CASH denomination
1000000
The event associated with the market
"123e4567-e89b-12d3-a456-426614174000"
Array of outcome IDs linked to this market
[
"123e4567-e89b-12d3-a456-426614174002",
"123e4567-e89b-12d3-a456-426614174003"
]
Array of outcomes linked to this market
The current orderbook for this market
The threshold of the market in the unit of the stat type
26.5
The event details associated with the market
The player associated with the market (if applicable)
"123e4567-e89b-12d3-a456-426614174001"
The player associated with the market (if applicable)
The competitor associated with the market (if applicable)
When the market was settled (if applicable)
"2023-10-05T12:00:00Z"