I'm getting this response when placing an order:
"errorDetails":"INSUFFICIENT_PRIVILEGES","errorCod e":"SERVICE_BUSY"
This is the url I'm using: https://api.betfair.com/exchange/bet...0/placeOrders/
And this is the body of the http POST:
{
"marketId": "1.112645442",
"instructions": [
{
"orderType": "LIMIT",
"selectionId": 526007,
"handicap": 0.0,
"side": "BACK",
"limitOrder": {
"size": 2.0,
"price": 1000.0,
"persistenceType": "LAPSE"
}
}
],
"locale": "en_US"
}
I am not using the delay key, and I get the same error running the sample code (other end points are working fine).
"errorDetails":"INSUFFICIENT_PRIVILEGES","errorCod e":"SERVICE_BUSY"
This is the url I'm using: https://api.betfair.com/exchange/bet...0/placeOrders/
And this is the body of the http POST:
{
"marketId": "1.112645442",
"instructions": [
{
"orderType": "LIMIT",
"selectionId": 526007,
"handicap": 0.0,
"side": "BACK",
"limitOrder": {
"size": 2.0,
"price": 1000.0,
"persistenceType": "LAPSE"
}
}
],
"locale": "en_US"
}
I am not using the delay key, and I get the same error running the sample code (other end points are working fine).


Comment