How would I get a list of all sports that have markets with Starting Prices?
SP Markets?
Collapse
X
-
Any of the betting functions that support MarketFilter will allow you to retrieve information relating to SP markets only (through the use of the bspOnly flag in MarketFilter) - see https://api.developer.betfair.com/se...s-MarketFilter
So, if you want a list of SPORTS that have SP markets then you would use listEventTypes with the MarketFilter set appropriately.
If you want a lost of MARKETS that are SP enabled, then you would use listMarketCatalogue with the MarketFilter set appropriately.
Be aware that a sport will be returned if ANY of the markets supports BSP - this does not mean that ALL markets within that sport will be BSP enabled.


Comment