Hi all!
I experience some problems with listMarketBook request.
I tried to receive data from single tennis match (running now) and it works. But totalMatched fileds for each player are empty (summary totalMatched for whole match is right):
My request:
Server response:
Do you have any idei why it is not work?
It works for other matches and worked for this match hour ago, but not now.
Thanks in advance!
I experience some problems with listMarketBook request.
I tried to receive data from single tennis match (running now) and it works. But totalMatched fileds for each player are empty (summary totalMatched for whole match is right):
My request:
Code:
[{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/listMarketBook", "params": {"marketIds":["1.117592185"],"priceProjection":{"priceData":["EX_BEST_OFFERS"]}}, "id": 1}]
Code:
[{"jsonrpc":"2.0","result":[{"marketId":"1.117592185","isMarketDataDelayed":true,"status":"OPEN","betDelay":5,"bspReconciled":false,"complete":true,"inplay":true,"numberOfWinners":1,"numberOfRunners":2,"numberOfActiveRunners":2,"lastMatchTime":"2015-03-06T12:11:27.884Z",
"totalMatched":1966461.12,
"totalAvailable":839923.59,"crossMatching":true,"runnersVoidable":false,"version":927573762,
"runners":[
{"selectionId":3375664,"handicap":0.0,"status":"ACTIVE","lastPriceTraded":2.36,
"totalMatched":0.0,
"ex":{"availableToBack":[{"price":2.3,"size":296.35},{"price":2.28,"size":4399.91},{"price":2.26,"size":21.09}],"availableToLay":[{"price":2.36,"size":1215.93},{"price":2.38,"size":408.39},{"price":2.4,"size":4306.3}],"tradedVolume":[]}},
{"selectionId":5497360,"handicap":0.0,"status":"ACTIVE","lastPriceTraded":1.74,
"totalMatched":0.0,
"ex":{"availableToBack":[{"price":1.74,"size":1457.78},{"price":1.73,"size":754.35},{"price":1.72,"size":6008.8}],"availableToLay":[{"price":1.76,"size":387.28},{"price":1.77,"size":5149.84},{"price":1.78,"size":514.93}],"tradedVolume":[]}}]}
],"id":1}]
It works for other matches and worked for this match hour ago, but not now.
Thanks in advance!




Comment