cURL
curl --request GET \ --url https://api.oddpool.com/whales/user/market/{market_id}/trades
Get whale trades for a specific market.
curl -H "X-API-Key: your_api_key" \ "https://api.oddpool.com/whales/user/market/370/trades?limit=10"