cURL
curl --request GET \ --url https://app.eventgraph.ai/api/v1/compare \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "<string>", "event_title": "<string>", "match_score": 123, "confidence": "<string>", "gap_cents": 123, "gap_direction": "<string>", "platforms": [ { "platform": "<string>", "title": "<string>", "yes_price": 123, "volume": 123, "url": "<string>" } ] } ], "timestamp": "2023-11-07T05:31:56Z", "meta": { "total": 123, "page": 123, "page_size": 123, "total_pages": 123, "response_ms": 123 } }
Cross-platform matched market pairs with price gaps and confidence scores (Pro tier)
Your EventGraph API key (eg_live_...)
0 <= x <= 1
Minimum gap in cents
x >= 0
gap
volume
score
1 <= x <= 200
Matched pairs
Show child attributes
Was this page helpful?