Skip to main content
GET
/
whales
/
user
/
market
/
{market_id}
/
stats
Market stats
curl --request GET \
  --url https://api.oddpool.com/whales/user/market/{market_id}/stats

Parameters

market_id
integer
required
Market ID.
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/market/370/stats?period=all"

Response

{
  "market_id": 370,
  "market_ticker": "KXBUNDESLIGAGAME-26JAN14KOEBMU-BMU",
  "market_title": "Winner: Bayern Munich",
  "platform": "kalshi",
  "period": "all",
  "stats": {
    "period": "all",
    "trade_count": 124,
    "total_volume": 156445.15,
    "avg_trade_size": 1261.65,
    "first_trade_at": "2026-01-14T19:51:59Z",
    "last_trade_at": "2026-01-14T21:24:25Z"
  }
}