All,
I am trying to start using the api-ng, but I don't get any prices, whatever I am trying
my parameters
it must be something stupid to obtain the current exchange prices?
Any help is appreciated.
I am trying to start using the api-ng, but I don't get any prices, whatever I am trying
my parameters
Code:
{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/listMarketBook", "params": {"marketIds": [1.113765578, 1.113765584],"PriceProjection":{"priceData":"EX_BEST_OFFERS"}}, "id": 1}
Code:
{"jsonrpc": "2.0", "result": [{"status": "OPEN", "isMarketDataDelayed": false, "numberOfRunners": 3, "complete": true, "bspReconciled": false, "runnersVoidable": false, "betDelay": 9, "marketId": "1.113765578", "crossMatching": true, "totalMatched": 5791.18, "version": 743610371, "lastMatchTime": "2014-04-27T19:14:40.848Z", "numberOfWinners": 1, "inplay": true, "numberOfActiveRunners": 3, "totalAvailable": 8632.55, "runners": [{"handicap": 0.0, "status": "ACTIVE", "selectionId": 995485, "totalMatched": 3022.91, "lastPriceTraded": 2.42}, {"handicap": 0.0, "status": "ACTIVE", "selectionId": 1136683, "totalMatched": 707.43, "lastPriceTraded": 6.6}, {"handicap": 0.0, "status": "ACTIVE", "selectionId": 2004841, "totalMatched": 2060.83, "lastPriceTraded": 1.93}]}, {"status": "OPEN", "isMarketDataDelayed": false, "numberOfRunners": 3, "complete": true, "bspReconciled": false, "runnersVoidable": false, "betDelay": 9, "marketId": "1.113765584", "crossMatching": true, "totalMatched": 217578.45, "version": 743610478, "lastMatchTime": "2014-04-27T19:16:15.279Z", "numberOfWinners": 1, "inplay": true, "numberOfActiveRunners": 3, "totalAvailable": 148024.11, "runners": [{"handicap": 0.0, "status": "ACTIVE", "selectionId": 44790, "totalMatched": 173990.18, "lastPriceTraded": 1.76}, {"handicap": 0.0, "status": "ACTIVE", "selectionId": 10501, "totalMatched": 20419.81, "lastPriceTraded": 6.4}, {"handicap": 0.0, "status": "ACTIVE", "selectionId": 58805, "totalMatched": 23168.45, "lastPriceTraded": 3.5}]}], "id": 1}
Any help is appreciated.




Comment