I cannot for the life of me get a json request to go through for replace orders. Can anyone advise what the issue is with the following?
'{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/replaceOrders", "params":{"marketId: "1.192740774", instructions":[{"betId": "255074343263", "newPrice": "95.0"}]}, "id": 1}'
I tried without the curly brackets inside the instructions '[ ]' box but it didn't work either
also can you do this for more than one bet? Do they have to be under the same market ID if so?
'{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/replaceOrders", "params":{"marketId: "1.192740774", instructions":[{"betId": "255074343263", "newPrice": "95.0"}]}, "id": 1}'
I tried without the curly brackets inside the instructions '[ ]' box but it didn't work either
also can you do this for more than one bet? Do they have to be under the same market ID if so?


Comment