Build cancel all Order Transaction

Build cancel all orders transaction

delete

Build a transaction to cancel all open orders for the authenticated user

Responses
200

OK

application/json
delete
DELETE /orders/cancel-all/build HTTP/1.1
Host: 
Accept: */*
{
  "tx_hexes": [
    "text"
  ]
}

Last updated