curl --request POST \
--url https://gateway.varchev.com/crypto/withdraw \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '{
"nonce": 70108089,
"asset": "pro",
"key": "ad minim esse aliqua ut",
"amount": "fug"
}'
{
"error": [],
"result": {
"refid": "AGBSO6T-UFMTTQ-I7KGS6"
}
}
Make a withdrawal request.
curl --request POST \
--url https://gateway.varchev.com/crypto/withdraw \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '{
"nonce": 70108089,
"asset": "pro",
"key": "ad minim esse aliqua ut",
"amount": "fug"
}'
{
"error": [],
"result": {
"refid": "AGBSO6T-UFMTTQ-I7KGS6"
}
}
The access token received from the authorization server in the OAuth 2.0 flow.
OK
The response is of type object
.