Skip to main content
POST
/
requestWithdrawCancel
Request Withdrawal Cancelation
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
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

tenantId
string
required

Tenant/Owner id

Content-Type
string

Body

application/json
nonce
integer

(Required)

Example:

98728739

asset
string

(Required) Asset being withdrawn

Example:

"reprehenderit non irure"

refid
string

(Required) Withdrawal reference ID

Example:

"eiusmod in ea"

Response

200 - application/json

OK

The response is of type object.