Am I being thick?
I can't work out how to reliably build a list of all marketIDs on Betfair.
I can use listEvents to tell me how many events and markets there are, but not the marketIDs.
I can use listMarketCatalogue to get upto 1000 markets, but this call doesn't support paging.
I can make my own paging by using filter.marketStartTime and MarketSort.FIRST_TO_START, but if I end up with 1000 markets starting at the same time this is going to break down (endless loop).
Seems like a pretty basic desire - does anyone have any ideas, please?
I can't work out how to reliably build a list of all marketIDs on Betfair.I can use listEvents to tell me how many events and markets there are, but not the marketIDs.
I can use listMarketCatalogue to get upto 1000 markets, but this call doesn't support paging.
I can make my own paging by using filter.marketStartTime and MarketSort.FIRST_TO_START, but if I end up with 1000 markets starting at the same time this is going to break down (endless loop).
Seems like a pretty basic desire - does anyone have any ideas, please?


- I didn't look at there - thats exactly what I wanted - thank you
Comment