I am having a bit of trouble in placing orders
This the the request string
GR = "{""jsonrpc"": ""2.0"", ""method"": ""SportsAPING/v1.0/placeOrders"", ""params"": {""marketId"":""1.109850906"",""marketType"":""BAC K"",""instructions"":[{""selectionId"":""237486"",""handicap"":""0"",""s ide"":""BACK"",""orderType"":""LIMIT"",""limitOrde r"":{""size"":""5"",""price"":""5"",""persistenceT ype"":""LAPSE"",""timeInForce"":""FILL_OR_KILL""," "minFillSize"":""5""}}]}, ""id"": 1}"
I wish to place an order for $5 and set a minimium match of $5 in bet value
and minimium of $5 in odds
The $5 bet size seems ok... but it accepts odds less than $5 ie 3.4567454
Appreciate any advice offered
This the the request string
GR = "{""jsonrpc"": ""2.0"", ""method"": ""SportsAPING/v1.0/placeOrders"", ""params"": {""marketId"":""1.109850906"",""marketType"":""BAC K"",""instructions"":[{""selectionId"":""237486"",""handicap"":""0"",""s ide"":""BACK"",""orderType"":""LIMIT"",""limitOrde r"":{""size"":""5"",""price"":""5"",""persistenceT ype"":""LAPSE"",""timeInForce"":""FILL_OR_KILL""," "minFillSize"":""5""}}]}, ""id"": 1}"
I wish to place an order for $5 and set a minimium match of $5 in bet value
and minimium of $5 in odds
The $5 bet size seems ok... but it accepts odds less than $5 ie 3.4567454
Appreciate any advice offered


Comment