I cannot, by any means, make listMarketCatalogue return this market: 1.115931477
This is just an example, but i'n seeing that listMarketCatalogue doesn't return a lot of markets.
For example, this request should return in one of the pages that market id:
I have some bets on that market so a call to listMarketCatalogue like this should return that market id but no luck:
Can anyone confirm this? Thanks
This is just an example, but i'n seeing that listMarketCatalogue doesn't return a lot of markets.
For example, this request should return in one of the pages that market id:
Code:
{
"jsonrpc": "2.0",
"method": "SportsAPING/v1.0/listMarketCatalogue",
"params": {
"filter": {
"eventTypeIds": [
"1"
],
"marketStartTime": {
"from": "2014-10-23T13:23:49.4149234Z",
"to": "2015-10-23T13:23:49.4149234Z"
}
},
"marketProjection": [
"EVENT_TYPE",
"MARKET_START_TIME"
],
"sort": "FIRST_TO_START",
"maxResults": "1000",
"locale": null
},
"id": 1
}
Code:
{
"jsonrpc": "2.0",
"method": "SportsAPING/v1.0/listMarketCatalogue",
"params": {
"filter": {
"withOrders": [
"EXECUTABLE",
"EXECUTION_COMPLETE"
]
},
"marketProjection": [
"EVENT_TYPE",
"MARKET_START_TIME"
],
"sort": "FIRST_TO_START",
"maxResults": "1000",
"locale": "en"
},
"id": 1
}


Comment