cURL
curl --request POST \ --url https://gateway.varchev.com/crypto/cancelOrder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'tenantId: <tenantid>' \ --data '{ "nonce": 61259360, "txid": "sint fugiat consequat et Duis" }'
{ "error": [], "result": { "count": 1 } }
Cancel a particular open order (or set of open orders) by txid or userref
txid
userref
The access token received from the authorization server in the OAuth 2.0 flow.
Tenant/Owner id
OK
The response is of type object.
object