Skip to main content
Base URL: https://app.eventgraph.ai/api/v1

Step 1 — Get your API key

Generate a free key with a single request (no signup required):
curl -X POST "https://app.eventgraph.ai/api/v1/keys?name=my-app&email=you@example.com"
Save the key value immediately — it’s shown once and cannot be retrieved later.

Step 2 — Check API status

Verify your key works and see data freshness:
curl "https://app.eventgraph.ai/api/v1/status" \
  -H "X-API-Key: YOUR_KEY"

Step 3 — List prediction markets

Fetch markets across all platforms with pagination:
curl "https://app.eventgraph.ai/api/v1/markets?page_size=2" \
  -H "X-API-Key: YOUR_KEY"

Step 4 — Browse events

Events group related markets together:
curl "https://app.eventgraph.ai/api/v1/events?page_size=2" \
  -H "X-API-Key: YOUR_KEY"

Step 5 — Search by keyword

Find events and markets matching a search term:
curl "https://app.eventgraph.ai/api/v1/search?q=bitcoin&page_size=2" \
  -H "X-API-Key: YOUR_KEY"

Next steps

Authentication

API key management, rate limits, and tier details

Platforms

Platform-specific data coverage and notes

Arbitrage (Pro)

Cross-platform price discrepancy scanner

Compare (Pro)

Side-by-side market comparison across platforms