I use listMarketCatalogue to get list of events with detailed info about Competition, Event and Players.
Sometimes I receive events without Competition info.
Last example - market 1.117953223. listMarketCatalogue returns info about Event and Players, but Competition info is missing.
My request (with another market to compare) is:
And the servers answer is:
What should I do with these markets?
Are they valid?
Are they enable to trade?
Sometimes I receive events without Competition info.
Last example - market 1.117953223. listMarketCatalogue returns info about Event and Players, but Competition info is missing.
My request (with another market to compare) is:
Code:
[{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/listMarketCatalogue",
"params": {"filter":{"marketIds":["1.117920891","1.117953223"],"marketTypeCodes":["MATCH_ODDS"]},
"maxResults":"10",
"marketProjection":["COMPETITION","EVENT","RUNNER_DESCRIPTION"]}, "id": 1}]
Code:
[{"jsonrpc":"2.0","result":[
{
"marketId":"1.117920891",
"marketName":"Match Odds",
"totalMatched":9265.735756,
"runners":[{"selectionId":2848631,"runnerName":"Tim Smyczek","handicap":0.0,"sortPriority":1},{"selectionId":4190307,"runnerName":"Jo-Wilfried Tsonga","handicap":0.0,"sortPriority":2}],
"competition":{"id":"7059311","name":"Miami Open 2015"},
"event":{"id":"27405963","name":"Smyczek v Tsonga","countryCode":"US","timezone":"UTC","openDate":"2015-03-28T01:30:00.000Z"}
},
{
"marketId":"1.117953223",
"marketName":"Match Odds",
"totalMatched":4.0086379999999995,
"runners":[{"selectionId":8827537,"runnerName":"Jelena Ostapenko","handicap":0.0,"sortPriority":1},{"selectionId":7795296,"runnerName":"Elizaveta Kulichkova","handicap":0.0,"sortPriority":2}],
"event":{"id":"27407307","name":"Ostapenko v Kulichkova","countryCode":"CN","timezone":"Hongkong","openDate":"2015-03-28T02:00:00.000Z"}
}],"id":1}]
Are they valid?
Are they enable to trade?


Comment