Enterprise Endpoints
Advanced endpoints available exclusively to Enterprise tier subscribers.
All endpoints on this page require an Enterprise subscription. Lower tiers will receive a 403 tier_restricted error.
Futures
GET /api/v1/futures
Get the futures catalog — available futures markets across sportsbooks.
GET /api/v1/futuresQuery Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
sport | string | all | Filter by sport(s), comma-separated |
league | string | all | Filter by league(s), comma-separated |
sportsbook | string | all | Filter by sportsbook(s), comma-separated |
limit | integer | 50 | Results per page (max 200) |
offset | integer | 0 | Pagination offset |
GET /api/v1/futures/odds
Get odds for futures markets.
GET /api/v1/futures/oddsQuery Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
sport | string | all | Filter by sport(s), comma-separated |
league | string | all | Filter by league(s), comma-separated |
sportsbook | string | all | Filter by sportsbook(s), comma-separated |
market | string | all | Filter by market type |
limit | integer | 50 | Results per page (max 200) |
offset | integer | 0 | Pagination offset |
Last updated on