Hi,
I can't seem to get the tradedVolume in API response,
I'm using the live api key (not 1.0-DELAY) and its still empty.
here is my request json:
I've tryed the EX_TRADED combinations with priceData but no job done. Any help or comment would be appreciated.
Thanks,
Denis
I can't seem to get the tradedVolume in API response,
I'm using the live api key (not 1.0-DELAY) and its still empty.
here is my request json:
Code:
{ "jsonrpc": "2.0", "method": "SportsAPING/v1.0/listMarketBook", "params" :{"marketIds": [1.118647953], "priceProjection":{"priceData": ["EX_BEST_OFFERS"],"virtualise":"true"}}, "id": 1}
I've tryed the EX_TRADED combinations with priceData but no job done. Any help or comment would be appreciated.
Thanks,
Denis


Comment