Skip to main content
GET
/
whales
/
user
/
events
List events
curl --request GET \
  --url https://api.oddpool.com/whales/user/events

Example

curl -H "X-API-Key: your_api_key" \
  https://api.oddpool.com/whales/user/events

Response

{
  "tracked_events": [
    {
      "id": 65,
      "event_id": 65,
      "event_ticker": "KXBUNDESLIGAGAME-26JAN14KOEBMU",
      "event_title": "1. FC Cologne vs Bayern Munich",
      "platform": "kalshi",
      "whale_threshold_usd": 1000,
      "notify_on_whale_trade": true,
      "whale_count_24h": 12
    }
  ]
}