Dear bet fair api pros,
I am trying to return a market book based on passing in 20 market ids. in the visualiser this returns 20 results.
when i query programmaticly through the api it only returns 19 results for some reason.
Here is my query string:
"{""jsonrpc"":""2.0"",""id"":1,""method"":""Sports APING/v1.0/listMarketBook"",""params"":{""marketIds"":[" & marketIDs & "], ""priceProjection"": {""priceData"": [""EX_BEST_OFFERS""]}}}"
marketIds is a string of 20 market ids separated by a comma.
Any idea why it is only returning 19 result through this request when it is returning 20 like it should through the visualiser?
this is really annoying, any help would be greatly appreciated,
Kindest regards,
james hardy
I am trying to return a market book based on passing in 20 market ids. in the visualiser this returns 20 results.
when i query programmaticly through the api it only returns 19 results for some reason.
Here is my query string:
"{""jsonrpc"":""2.0"",""id"":1,""method"":""Sports APING/v1.0/listMarketBook"",""params"":{""marketIds"":[" & marketIDs & "], ""priceProjection"": {""priceData"": [""EX_BEST_OFFERS""]}}}"
marketIds is a string of 20 market ids separated by a comma.
Any idea why it is only returning 19 result through this request when it is returning 20 like it should through the visualiser?
this is really annoying, any help would be greatly appreciated,
Kindest regards,
james hardy


Comment