Skip to Content
API ReferenceEnterprise Endpoints

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/futures

Query Parameters

ParameterTypeDefaultDescription
sportstringallFilter by sport(s), comma-separated
leaguestringallFilter by league(s), comma-separated
sportsbookstringallFilter by sportsbook(s), comma-separated
limitinteger50Results per page (max 200)
offsetinteger0Pagination offset

GET /api/v1/futures/odds

Get odds for futures markets.

GET /api/v1/futures/odds

Query Parameters

ParameterTypeDefaultDescription
sportstringallFilter by sport(s), comma-separated
leaguestringallFilter by league(s), comma-separated
sportsbookstringallFilter by sportsbook(s), comma-separated
marketstringallFilter by market type
limitinteger50Results per page (max 200)
offsetinteger0Pagination offset
Last updated on