Submit cancel all order transaction

Submit cancel all orders transaction

delete

Submit a signed transaction to cancel all open orders for the authenticated user

Body
signed_txsstring[]Required
Responses
200

Success

No content

delete
DELETE /orders/cancel-all/submit HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 23

{
  "signed_txs": [
    "text"
  ]
}

No content

Last updated