PlaceOrder issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gian
    Junior Member
    • Oct 2018
    • 9

    #1

    PlaceOrder issue

    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.
  • BetfairDeveloperProgram
    Administrator
    • Oct 2008
    • 679

    #2
    Hi G

    This is likely to due to an restriction on your Delayed App Key. Please contact Developer Support with your Delayed App Key and we'll rectify this for you.

    Thanks

    Neil

    Comment

    Working...
    X