List Event Market Bars
GET/market-data/event-contracts/markets/bars/list
Retrieves historical OHLCV bar data for one or more event contract markets, keyed by market symbol. Use this endpoint to build price charts for individual contract markets. Maximum 100 symbols per request.
Request
Responses
- 200
- 401
- 417
JSON object where key is market_symbol (string) and value is array of candlestick bar objects. See schema below for bar object fields.
Unauthorized: Authentication required
A business logic error triggered when the request cannot be processed due to domain-specific constraints.