CancelOrders BET_ACTION_ERROR

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ztown
    Junior Member
    • May 2010
    • 21

    #1

    CancelOrders BET_ACTION_ERROR

    I sent the following ( I sent the actual betid in the request not the "xxxxx"):

    {"jsonrpc": "2.0", "method": "SportsAPING/v1.0/cancelOrders","params": {"instructions": [{"betId": "xxxxxxxxx"}], "marketId": "1.118940401", "id": 18}}

    and I received the following:

    {"jsonrpc":"2.0","result":{"status":"FAILURE","err orCode":"BET_ACTION_ERROR","marketId":"1.118940401 ","instructionReports":[{"status":"FAILURE","instruction":{"betId":"xxxxx" }}]}}


    Why did this happen?
  • Ztown
    Junior Member
    • May 2010
    • 21

    #2
    I figured it out. I misplaced a bracket.

    Comment

    Working...
    X