Hello All
I am having a problem trying to place bets using the new api. Below is the string that I am sending as a request;
{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/placeOrders", "params": {"marketId":"1.115889727","instructions":[{"selectionId":"2309797","handicap":"0","side":"BA CK","orderType":"LIMIT","limitOrder":{"size":"5"," price":"70","persistenceType":"LAPSE"}}]}, "id": 1}"
This always results in the following error message
Error occurred: -2147024809 - The parameter is incorrect.
Can anyone see which parameter is incorrect in my string or tell me what the error number might mean I would be very grateful
cheers
I am having a problem trying to place bets using the new api. Below is the string that I am sending as a request;
{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/placeOrders", "params": {"marketId":"1.115889727","instructions":[{"selectionId":"2309797","handicap":"0","side":"BA CK","orderType":"LIMIT","limitOrder":{"size":"5"," price":"70","persistenceType":"LAPSE"}}]}, "id": 1}"
This always results in the following error message
Error occurred: -2147024809 - The parameter is incorrect.
Can anyone see which parameter is incorrect in my string or tell me what the error number might mean I would be very grateful
cheers


Comment