Hi all,
I am trying to retrieve prices for a soccer match using listMarketBook and I have spent 10 hours trying to understand what I am doing wrong without any luck. When I construct the parameters for the requests I am using:
json_req = '{"marketIds" : ["' + str(marketId) + '"], "PriceProjection" : {"PriceData" : ["EX_BEST_OFFERS"], "virtualise" : ["true"]}}'
which passes the below:
{"marketIds" : ["1.131528078"], "PriceProjection" : {"PriceData" : ["EX_BEST_OFFERS"], "virtualise" : ["true"]}}
but what is returned back does not include any prices.
Any ideas?
I am trying to retrieve prices for a soccer match using listMarketBook and I have spent 10 hours trying to understand what I am doing wrong without any luck. When I construct the parameters for the requests I am using:
json_req = '{"marketIds" : ["' + str(marketId) + '"], "PriceProjection" : {"PriceData" : ["EX_BEST_OFFERS"], "virtualise" : ["true"]}}'
which passes the below:
{"marketIds" : ["1.131528078"], "PriceProjection" : {"PriceData" : ["EX_BEST_OFFERS"], "virtualise" : ["true"]}}
but what is returned back does not include any prices.
Any ideas?


Comment