cURL
curl --request GET \ --url https://app.eventgraph.ai/api/v1/arbitrage \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "<string>", "title": "<string>", "platforms": [ "<string>" ], "prices": {}, "volumes": {}, "best_buy_platform": "<string>", "best_buy_price": 123, "best_sell_platform": "<string>", "best_sell_price": 123, "spread_percent": 123, "confidence": "high", "match_score": 123, "feasibility_label": "good", "min_side_volume": 123 } ], "timestamp": "2023-11-07T05:31:56Z", "meta": { "total": 123, "page": 123, "page_size": 123, "total_pages": 123, "response_ms": 123 } }
Cross-platform arbitrage opportunities with spread analysis (Pro tier)
Your EventGraph API key (eg_live_...)
Minimum spread in cents
x >= 0
Minimum title match score (0.0 to 1.0)
0 <= x <= 1
1 <= x <= 200
Arbitrage opportunities
Show child attributes
Was this page helpful?