Hi folks. Doing some testing. Can anyone see any reasons why this json request is coming back with a 400 error? I'm stumped.
Code:
{
"jsonrpc": "2.0",
"method": "SportsAPING/v1.0/placeOrders",
"params": {
"marketId": "1.117484605",
"instructions": [
{
"selectionId": "8621877",
"handicap": "0",
"side": "BACK",
"orderType": "LIMIT",
"limitOrder": {
"size": "5",
"price": "3.9",
"persistenceType": "LAPSE"
}
}
][
{
"selectionId": "8621877",
"handicap": "0",
"side": "LAY",
"orderType": "LIMIT",
"limitOrder": {
"size": "5.06",
"price": "3.85",
"persistenceType": "LAPSE"
}
}
]
},
"id": 1
}


Comment