Search API
Search for events and markets
Search API
The Search API provides full-text search across events by title or ticker.
Access
Methods
search
Search for events with nested markets.
Parameters
| Parameter | Type | Description |
|---|---|---|
query | str | Search query string (required) |
sort | str | None | Sort field: "volume", "volume_24h", "liquidity", "open_interest", "start_date" |
order | str | None | Sort order: "asc", "desc" |
limit | int | None | Maximum number of results |
cursor | int | None | Pagination cursor |
with_nested_markets | bool | None | Include nested markets in response |
with_market_accounts | bool | None | Include market account information |
status | str | None | Filter by status |
entity_type | str | None | Type of entity: "events", "markets", "series" |