Submit cancel all order transaction
Submit a signed transaction to cancel all open orders for the authenticated user
Body
signed_txsstring[]Required
Responses
200
Success
No content
400
Bad Request
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
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