Active Futures API Documentation
Requirement
You need an API key to use OddsBlaze. Get access at www.oddsblaze.com.
Description
This endpoint returns active futures on OddsBlaze.
API Endpoint
https://active.futures.markets.oddsblaze.com/
Parameters
key (required)
Your OddsBlaze API key.
Example Response
{
"updated": "2026-02-26T22:11:07.951Z",
"leagues": [
{
"id": "pga",
"name": "PGA",
"sport": "Golf",
"markets": [
{
"id": "the-masters-winner",
"tournament": {
"name": "The Masters"
},
"name": "Winner",
"sportsbooks": [
"BetOnline",
"FanDuel"
]
},
{
"id": "the-open-championship-winner",
"tournament": {
"name": "The Open Championship"
},
"name": "Winner",
"sportsbooks": [
"BetOnline",
"FanDuel"
]
},
{
"id": "the-players-championship-winner",
"tournament": {
"name": "The Players Championship"
},
"name": "Winner",
"sportsbooks": [
"FanDuel"
]
},
{
"id": "us-open-winner",
"tournament": {
"name": "US Open"
},
"name": "Winner",
"sportsbooks": [
"FanDuel"
]
}
]
}
]
}