v4
latestOpenAPI 3.0.02026-08-04103181301.4 KBhistorical
Get Historical Markets
Endpoint for getting markets that have been archived to the historical database. Filters are mutually exclusive.
get/historical/markets
Query parameters
limitinteger
Number of results per page. Defaults to 100. Maximum value is 1000.
cursorstring
Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
tickersstring
Filter by specific market tickers. Comma-separated list of market tickers to retrieve.
event_tickerstring
Event ticker to filter by. Only a single event ticker is supported.
series_tickerstring
Filter by series ticker
mve_filter'exclude' nullable
Filter by multivariate events (combos). By default, MVE markets are included.
Response
Historical markets retrieved successfully
Example response
{
"markets": [
{
"yes_bid_dollars": "0.5600",
"yes_bid_size_fp": "10.00",
"yes_ask_dollars": "0.5600",
"yes_ask_size_fp": "10.00",
"no_bid_dollars": "0.5600",
"no_ask_dollars": "0.5600",
"last_price_dollars": "0.5600",
"volume_fp": "10.00",
"volume_24h_fp": "10.00",
"open_interest_fp": "10.00",
"notional_value_dollars": "0.5600",
"previous_yes_bid_dollars": "0.5600",
"previous_yes_ask_dollars": "0.5600",
"previous_price_dollars": "0.5600",
"liquidity_dollars": "0.5600",
"settlement_value_dollars": "0.5600",
"mve_selected_legs": [
{
"yes_settlement_value_dollars": "0.5600"
}
]
}
]
}