I've been using the example at and the API documentation to try and place an order, but get error code "-32602".
I'm pretty sure I put in all the required parameters in my request:
The response is :
This one has me stumped - if anybody can see what's wrong here, please let me know
I'm pretty sure I put in all the required parameters in my request:
Code:
{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/placeOrders", "params": {"marketId":["1.112260695"], "instructions":[{"orderType":"LIMIT", "selectionId":"8108266","handicap":"0", "side":"BACK", "limitOrder":{"size":"2", "price":"4.1", "persistenceType":"LAPSE"} }], "customerRef":"fnodsguhb" } }
Code:
{"jsonrpc":"2.0","error":{"code":-32602,"message":"DSC-0018"}}


Comment