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

Example

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

Response

{
  "markets": [
    {
      "market_id": 370,
      "market_ticker": "KXBUNDESLIGAGAME-26JAN14KOEBMU-BMU",
      "market_title": "Winner: Bayern Munich",
      "event_id": 65,
      "event_title": "1. FC Cologne vs Bayern Munich",
      "platform": "kalshi",
      "whale_count_24h": 45
    }
  ],
  "total_markets": 3
}