Overview
This guide walks you through finding an event, exploring its markets, and fetching historical orderbook data — all using the REST API.Search for an Event
Find events related to a topic you’re interested in.Response:
The search endpoint uses PostgreSQL full-text search, so queries like
"bundesliga", "bitcoin", or "election" work well.Get Markets for the Event
Fetch all markets associated with an event using one of the Response:
market_ids from the search result, or list them directly.Get Market Details with Token IDs
Fetch a specific market to see its outcomes and the token IDs you’ll need for orderbook queries.Response:
What’s Next?
API Reference
Explore the complete API documentation.
Orderbooks Deep Dive
Learn about orderbook data structure, filtering, and pagination patterns.