Hi,
Yesterday, the ListMarketBook started returning delayed data even when I use the non-delayed API key. For example,
Is anyone else experiencing the same problem? Does anyone know what's going on?
Thanks!
Edit: I just read that one can get delayed data if the account is not funded. This is not my case.
Yesterday, the ListMarketBook started returning delayed data even when I use the non-delayed API key. For example,
Code:
Request data:
[{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/listMarketBook", "params": {"marketIds":["1.123144548"]}, "id": 1}]
Code:
Controller.js?_dc=1455879099267:686 Response truncated to 4,000 chars:
[{"jsonrpc":"2.0","result":[{"marketId":"1.123144548",[B]"isMarketDataDelayed":true[/B],"status":"OPEN","betDelay":0,"bspReconciled":false,"complete":true,"inplay":false,"numberOfWinners":1,"numberOfRunners":2,"numberOfActiveRunners":2,"lastMatchTime":"2016-02-19T10:52:20.660Z","totalMatched":228.02,"totalAvailable":1999.79,"crossMatching":true,"runnersVoidable":false,"version":1236666820,"runners":[{"selectionId":8710301,"handicap":0.0,"status":"ACTIVE","lastPriceTraded":2.72,"totalMatched":0.0},{"selectionId":6603944,"handicap":0.0,"status":"ACTIVE","lastPriceTraded":1.57,"totalMatched":0.0}]}],"id":1}]
Thanks!
Edit: I just read that one can get delayed data if the account is not funded. This is not my case.


Comment