Build cancel all Order Transaction
Build a transaction to cancel all open orders for the authenticated user
Responses
200
OK
application/json
400
Bad Request
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
delete
DELETE /orders/cancel-all/build HTTP/1.1
Host:
Accept: */*
{
"tx_hexes": [
"text"
]
}
Last updated