To get list of current bets I use:
listCurrentOrders
then use:
listMarketCatalogue RUNNER_DESCRIPTION to get horse names
then use:
listEvents to get venue name
then use:
listMarketCatalogue MARKET_START_TIME to get race start time (UK time)
This gives me:
£2 Back, Mr Horse, Sandown, 14.00
Thats four API calls
Is there a quicker / shorter way to get this info.
I’ve looked on BetFair API docs, and can’t see any other way.
Thanks,
Evan
listCurrentOrders
then use:
listMarketCatalogue RUNNER_DESCRIPTION to get horse names
then use:
listEvents to get venue name
then use:
listMarketCatalogue MARKET_START_TIME to get race start time (UK time)
This gives me:
£2 Back, Mr Horse, Sandown, 14.00
Thats four API calls
Is there a quicker / shorter way to get this info.
I’ve looked on BetFair API docs, and can’t see any other way.
Thanks,
Evan


Comment