Search Delphi Markets
Search across all Delphi market clusters by keyword. Uses fuzzy multi-word matching where each word must appear somewhere in the title, but in any order.
For example, searching “british minister” will match titles like “Will the British Prime Minister resign?” even though the exact phrase does not appear.
What you get
- Delphi market clusters matching your keywords
- Each result includes the delphi_id, title, canonical exchange reference, cluster size, and last update time
- Each result also includes a
marketsarray listing the individual exchange markets (exchange name, market_id, title) so you can navigate directly to each market’s detail endpoint - Results ranked by cluster size (most cross-exchange coverage first)
Exchange market references
The markets array in each result contains entries like:
{ "exchange": "kalshi", "market_id": "AMAZONFTC-29DEC31", "title": "..." }{ "exchange": "polymarket", "market_id": "0xabc...", "title": "..." }
Use these to construct detail endpoint URLs, e.g. /api/v1/klsi/AMAZONFTC-29DEC31/market
Use cases
- Discover prediction markets across all exchanges by topic
- Find equivalent markets for arbitrage or hedging
- Power a market search interface with direct exchange links
- Explore what questions prediction markets are tracking
Example
- Request:
GET /api/v1/search/markets?q=bitcoin&limit=10 - Header:
X-API-Key: YOUR_API_KEY
Documentation Index
Fetch the complete documentation index at: https://docs.delphimarkets.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key (get one from the test-key endpoint above)
Query Parameters
Search keywords. Multiple words are matched independently (all must appear in the title, in any order).
Maximum number of results to return (default 25, max 100).
x <= 100Response
Array of matching market clusters
Unique Delphi ID for the cluster
Cluster title describing the shared question
Canonical reference for the cluster
Number of markets in the cluster
Last update timestamp
Individual exchange markets belonging to this cluster

