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

Parameters

period
string
default:"24h"
Time period: 24h, 7d, or all.

Example

curl -H "X-API-Key: your_api_key" \
  "https://api.oddpool.com/whales/user/stats?period=7d"

Response

{
  "period": "7d",
  "events": [
    {
      "event_id": 65,
      "event_ticker": "KXBUNDESLIGAGAME-26JAN14KOEBMU",
      "event_title": "1. FC Cologne vs Bayern Munich",
      "platform": "kalshi",
      "stats": {
        "trade_count": 151,
        "total_volume": 185195.0,
        "avg_trade_size": 1226.46,
        "market_count": 3
      },
      "markets": [...]
    }
  ]
}