Submit cancel order transaction
curl -L \ --request DELETE \ --url '/orders/submit' \ --header 'Content-Type: application/json' \ --data '{ "signed_tx": "text" }'
{ "tx_hash": "text" }
Last updated 15 days ago