Get Markets
GET/markets
Filter by market status. Possible values: unopened, open, closed, settled. Leave empty to return markets with any status.
- Only one
statusfilter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters.
| Compatible Timestamp Filters | Additional Status Filters | Extra Notes |
|---|---|---|
| min_created_ts, max_created_ts | unopened, open, empty | |
| min_close_ts, max_close_ts | closed, empty | |
| min_settled_ts, max_settled_ts | settled, empty | |
| min_updated_ts | empty | Incompatible with all filters besides mve_filter=exclude |
Markets that settled before the historical cutoff are only available via GET /historical/markets. See Historical Data for details.
Request
Responses
- 200
- 400
- 401
- 500
Markets retrieved successfully
Bad request
Unauthorized
Internal server error