Hi everybody,
I'm trying to use the BETFAIR API (delayed version) for testing purpose,
everything works fine, except for placeOrders requests....
REQUEST:
{"marketId":"1.148553195","instructions":[{"selectionId":"44503","side":"LAY","orderType" :"L IMIT","limitOrder":{"price":30.00,"size":1.44,"per sistenceType":"PERSIST"}}]}
ANSWER:
{'status': 'FAILURE', 'errorCode': 'PERMISSION_DENIED', 'instructionReports': [{'status': 'FAILURE', 'errorCode': 'ERROR_IN_ORDER', 'instruction': {'orderType': 'LIMIT', 'selectionId': 44503, 'limitOrder': {'price': 30.0, 'persistenceType': 'PERSIST', 'size': 1.44}, 'side': 'LAY'}}], 'marketId': '1.148553195'}
could somebody tell me what's going on? Is it an issue that depends on API delayed version or something else?
Thanks in advance
G.
I'm trying to use the BETFAIR API (delayed version) for testing purpose,
everything works fine, except for placeOrders requests....
REQUEST:
{"marketId":"1.148553195","instructions":[{"selectionId":"44503","side":"LAY","orderType" :"L IMIT","limitOrder":{"price":30.00,"size":1.44,"per sistenceType":"PERSIST"}}]}
ANSWER:
{'status': 'FAILURE', 'errorCode': 'PERMISSION_DENIED', 'instructionReports': [{'status': 'FAILURE', 'errorCode': 'ERROR_IN_ORDER', 'instruction': {'orderType': 'LIMIT', 'selectionId': 44503, 'limitOrder': {'price': 30.0, 'persistenceType': 'PERSIST', 'size': 1.44}, 'side': 'LAY'}}], 'marketId': '1.148553195'}
could somebody tell me what's going on? Is it an issue that depends on API delayed version or something else?
Thanks in advance
G.


Comment