public/get-events
GETReturns a paginated list of prediction market events./public/get-events
Request
Query Parameters
Maximum number of events to return per page. Defaults to 100.
Unix timestamp in milliseconds. Returns events created or updated after this time. Defaults to 0.
Pagination cursor from the previous response. Omit for the first request.
Lower bound filter (epoch nanoseconds). Returns events where event_date >= value.
Upper bound filter (epoch nanoseconds). Returns events where event_end_date <= value or event_end_date is null.
Filter by sport (e.g., MLB, NFL, SOCCER). Value is case-insensitive. Key must be uppercase.
Filter by league (e.g., NFL, FIFA). Value is case-insensitive. Key must be uppercase.
Filter by category (e.g., Sports, Politics). Exact match. Key must be uppercase.
Filter by event type (e.g., Game, Fight, Tournament). Exact match. Key must be uppercase.
Schema
- Array [
- ]
Original request identifier
Method name
0 for success; error code otherwise
Error message for non-zero codes
result object
data object[]
Unique symbol identifier for the event.
List of series symbols this event belongs to.
Human-readable name of the event.
Description of the event.
Unix timestamp in nanoseconds when the event is scheduled.
Event end timestamp in nanoseconds. Null for events with no defined end date.
Unix timestamp in nanoseconds when the event was last updated.
event_details object
Name of the event.
metaData object
Dynamic key-value metadata for the event. Structure varies by event type.
Pagination cursor. Pass this value in the cursor parameter of the next request to fetch more results.