Hi, I've just begun using the API and have managed to cycle through horse racing events and the market catalogue. However I want to have more information about a race, e.g. the following:
2:30 Kempton
At the moment, all I have retrieved is: 2m Hcap Hrd
This is the code I have used:
client.listMarketCatalogue(marketFilter, marketProjections, marketSort, maxResults);
var marketBook = client.listMarketBook(marketIds, priceProjection);
Can somebody please tell me which method I need to call to retrieve more information about a given race? I have the race/market ID of a given race.
Thanks!
2:30 Kempton
At the moment, all I have retrieved is: 2m Hcap Hrd
This is the code I have used:
client.listMarketCatalogue(marketFilter, marketProjections, marketSort, maxResults);
var marketBook = client.listMarketBook(marketIds, priceProjection);
Can somebody please tell me which method I need to call to retrieve more information about a given race? I have the race/market ID of a given race.
Thanks!


Comment