Place Bet error request

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mikelevirgo
    Junior Member
    • Jan 2019
    • 3

    #1

    Place Bet error request

    Hi,
    I'm trying to place an order through the Exchange APIs, this is my payload:

    {
    "marketId": "1.152870862",
    "instructions": [
    {
    "selectionId": 48351,
    "side": "BACK",
    "orderType": "LIMIT",
    "limitOrder": {
    "size": 2,
    "price": 1.11,
    "persistenceType": "LAPSE"
    }
    }
    ]
    }

    I tried to place the order with the same values with the API-NG and it works fine, through postman I always have the same response:

    {
    "faultcode": "Client",
    "faultstring": "DSC-0021",
    "detail": {}
    }

    Could someone help me, please?
Working...
X