Skip to main content
Authenticate requests by including your API key in the X-API-Key header. Generate API keys from your account settings.
curl -H "X-API-Key: oddpool_your_api_key" \
  "https://api.oddpool.com/whales/user/events"

Endpoint access by plan

Endpoint groupRequired planPrice
SearchFreeFree
Historical dataFreeFree
WebSocket feedsFree+Free (dist only), Pro+ for book/trade/snapshot
Whale trackingPro30/mo
ArbitragePremium100/mo
Price spreadsPremium100/mo
Keep your API key confidential. Do not expose it in client-side code or public repositories.
Requests with invalid or expired credentials receive a 401 (invalid key) or 403 (insufficient tier) response.