Search API
The Search API allows you to search for events and markets by query string.Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/search | Search for events and markets |
Search
Find events and markets matching a query:Query Parameters
| Parameter | Type | Description |
|---|---|---|
query | string | Search query |
limit | integer | Maximum number of results to return |
page | integer | Page number for pagination |
seriesIds | array | Filter by series IDs |
marketType | array | Filter by market types |
status | string | Filter by status |
startTimeMin | string | Minimum start time filter |
startTimeMax | string | Maximum start time filter |
closedTimeMin | string | Minimum closed time filter |
closedTimeMax | string | Maximum closed time filter |