cURL
curl --request GET \ --url https://api.oddpool.com/whales/user/market/{market_id}/stats
Get statistics for a specific market.
24h
7d
all
curl -H "X-API-Key: your_api_key" \ "https://api.oddpool.com/whales/user/market/370/stats?period=all"
{ "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" } }