Analytics
Arbitrage
Scan all markets for intra-market and correlated arbitrage.
GET /arbitrage
Note
Requires a Pro or Enterprise key. See Plans.
Scans all cached markets for profit opportunities: intra-market (YES + NO < $1 after fees) and correlated (similar questions priced >2.5% apart).
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | 1-100 | 20 | Max opportunities per category |
curl -H "x-api-key: YOUR_KEY" \
"https://api.scanna.xyz/arbitrage?limit=20"