cURL
curl --request POST \ --url https://gateway.varchev.com/crypto/requestWithdrawCancel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'tenantId: <tenantid>' \ --data '{ "nonce": 98728739, "asset": "reprehenderit non irure", "refid": "eiusmod in ea" }'
{ "error": [], "result": true }
Cancel a recently requested withdrawal, if it has not already been successfully processed.
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