πŸ”’Cancel All Orders

Cancel all open orders.

DELETE https://api.staging.dexilon.io/api/v1/orders/all

Weight: 5

[ {
    "symbol" : "btc_usdt",
    "amount" : 0.1,
    "side" : "BUY",
    "orderId" : 35392954,
    "price" : 23533.1,
    "clientOrderId" : "1dc17102-2a57-424a-952b-44c18b849f21",
    "averageExecutionPrice" : 23551.6,
    "filled" : 0.03,
    "type" : "LIMIT",
    "status" : "CANCELED",
    "updatedAt" : 1670240315627
}, {
    "symbol" : "btc_usdt",
    "amount" : 0.2,
    "side" : "SELL",
    "orderId" : 44249592,
    "price" : 23553.2,
    "clientOrderId" : "1dc17102-2a57-424a-952b-44c18b849f21",
    "averageExecutionPrice" : 23554.1,
    "filled" : 0.1,
    "type" : "LIMIT",
    "status" : "CANCELED",
    "updatedAt" : 1670240315627
} ]

Last updated