From 12th January 2026, a new betDelayModels field will be added to MarketFilter.
This impacts all API endpoints using the filter parameter i.e. listEvents, listCompetitions, listTimeRanges, listMarketTypes, listCountries, listVenues, listMarketCatalogue.
These endpoints will support betDelayModels filtering for both PASSIVE and DYNAMIC markets.
Example for listMarketCatalogue:
Betfair Developer Program
This impacts all API endpoints using the filter parameter i.e. listEvents, listCompetitions, listTimeRanges, listMarketTypes, listCountries, listVenues, listMarketCatalogue.
These endpoints will support betDelayModels filtering for both PASSIVE and DYNAMIC markets.
Example for listMarketCatalogue:
Code:
{
"jsonrpc": "2.0",
"method": "SportsAPING/v1.0/listMarketCatalogue",
"params": {
"filter": {
"eventTypeIds": ["1"],
"betDelayModels": ["PASSIVE"]
},
"marketProjection": ["MARKET_DESCRIPTION"],
"maxResults": 10
},
"id": 1
}


Comment