Submit cancel order transaction
Submit cancel order transaction
Body
signed_txstringRequired
Responses
200
OK
application/json
400
Bad Request
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
delete
DELETE /orders/submit HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 20
{
"signed_tx": "text"
}
{
"tx_hash": "text"
}
Last updated