API ReferenceChangelog
Log In
API Reference

Endpoint for getting data about all events.

Query Params
int64
1 to 200

Parameter to specify the number of results per page. Defaults to 100.

string

The Cursor represents a pointer to the next page of records in the pagination.
So this optional parameter, when filled, should be filled with the cursor string returned in a previous request to this end-point.
Filling this would basically tell the api to get the next page containing the number of records passed on the limit parameter.
On the other side not filling it tells the api you want to get the first page for another query.
The cursor does not store any filters, so if any filter parameters like series_ticker was passed in the original query they must be passed again.

string

Restricts the events to those with certain statuses, as a comma separated list.
The following values are accepted: unopened, open, closed, settled.

string

Series ticker to retrieve contracts for.

boolean

If the markets belonging to the events should be added in the response as a nested field in this event.

Response

Language
Choose an example:
application/json