Hey all, hoping someone might be able to help point me in the right direction ..
Ive been able to connect to the API using the betfairlightweight library in python. Im using the 1.0 Delayed App key .
I was able to use the examples to query events and options and was ready to put a back position into the market.... but I got this error
So I guess that the access denied part is something blocking me, is it the fact im using the delayed key,
https://support.developer.betfair.co...plication-Key-
Just on this page it talks about the delayed key being a YES for "Bet Placement (Live Exchange)"
Any thoughts
Cheers in advance
Ive been able to connect to the API using the betfairlightweight library in python. Im using the 1.0 Delayed App key .
I was able to use the examples to query events and options and was ready to put a back position into the market.... but I got this error
APIError: SportsAPING/v1.0/placeOrders Params: {'marketId': '1.156709766', 'instructions': [{'orderType': 'LIMIT', 'selectionId': '9312137', 'side': 'BACK', 'limitOrder': {'price': 2, 'persistenceType': 'LAPSE', 'size': 5}}], 'customerStrategyRef': 'back_the_fav'} Exception: None Error: {'code': -32099, 'message': 'ANGX-0015', 'data': {'APINGException': {'requestUUID': 'prdang-2882bf-02261050-00d030ce70', 'errorCode': 'ACCESS_DENIED', 'errorDetails': ''}, 'exceptionname': 'APINGException'}} Full Response: {'jsonrpc': '2.0', 'error': {'code': -32099, 'message': 'ANGX-0015', 'data': {'APINGException': {'requestUUID': 'prdang-2882bf-02261050-00d030ce70', 'errorCode': 'ACCESS_DENIED', 'errorDetails': ''}, 'exceptionname': 'APINGException'}}, 'id': 1}
https://support.developer.betfair.co...plication-Key-
Just on this page it talks about the delayed key being a YES for "Bet Placement (Live Exchange)"
Any thoughts
Cheers in advance


Comment