Hi,
I searched the forum and I couldn't find solution.
I'm using request as from Exchange API / Documentation / Getting Started / Market Prices example (changing marketIds obviously):
In example response I can see 'totalMatched' value and 'tradedVolume' pair list, but I'm getting 'totalMatched' always as 0 and 'tradedVolume' as empty. What's strange I'm getting 'lastPriceTraded' value and 'totalMatched' value in "listMarketCatalogue" request for same marketId. What can be a reason I'm not getting the data? Can using delayed app key makes any difference?
Regards
I searched the forum and I couldn't find solution.
I'm using request as from Exchange API / Documentation / Getting Started / Market Prices example (changing marketIds obviously):
Code:
[{
"jsonrpc": "2.0",
"method": "SportsAPING/v1.0/listMarketBook",
"params": {
"marketIds": ["1.127771425"],
"priceProjection": {
"priceData": ["EX_BEST_OFFERS", "EX_TRADED"],
"virtualise": "true"
}
},
"id": 1
}]
Regards


, thanks
Comment