Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete reference for all ARBITER API endpoints.
https://api.arbiterapi.com
/health
/v1
X-API-Key
curl "https://api.arbiterapi.com/v1/markets" \ -H "X-API-Key: YOUR_API_KEY"
/v1/markets
/v1/markets/search
/v1/markets/{id}
/v1/markets/{id}/price
/v1/markets/{id}/orderbook
/v1/markets/{id}/orderbook/history
/v1/markets/{id}/trades
/v1/markets/{id}/candles
/v1/events
/v1/events/{slug}
/v1/matching-markets
/v1/matching-markets/sports/{sport}
/v1/wallets/{address}
/v1/wallets/{address}/trades
/v1/wallets/{address}/positions
/v1/wallets/{address}/pnl
/v1/wallets/{address}/activity
/v1/polymarket/markets
/v1/polymarket/markets/{condition_id}
/v1/polymarket/trades
/v1/kalshi/markets
/v1/kalshi/markets/{ticker}
/v1/kalshi/trades
/v1/ws
/v1/stats
curl ".../v1/markets?limit=50&offset=100"
# First page curl ".../v1/markets/{id}/trades?limit=100" # Response includes: {"cursor": "1774399680782", "has_more": true} # Next page curl ".../v1/markets/{id}/trades?limit=100&cursor=1774399680782"
{ "detail": "Market not found" }