curl --request POST \
--url https://gateway.varchev.com/crypto/getWithdrawStatus \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '{
"nonce": 243834,
"asset": "ex commodo amet aliqua sunt",
"method": "incididunt aliquip"
}'
{
"error": [],
"result": [
{
"method": "Bitcoin",
"aclass": "currency",
"asset": "XXBT",
"refid": "AGBZNBO-5P2XSB-RFVF6J",
"info": "mzp6yUVMRxfasyfwzTZjjy38dHqMX7Z3GR",
"amount": "0.72485000",
"fee": "0.00015000",
"time": 1617014586,
"status": "Pending"
},
{
"method": "Bitcoin",
"aclass": "currency",
"asset": "XXBT",
"refid": "AGBSO6T-UFMTTQ-I7KGS6",
"info": "mzp6yUVMRxfasyfwzTZjjy38dHqMX7Z3GR",
"amount": "0.72485000",
"fee": "0.00015000",
"time": 1617015423,
"status": "Failure",
"status-prop": "canceled"
}
]
}
Retrieve information about recently requests withdrawals.
curl --request POST \
--url https://gateway.varchev.com/crypto/getWithdrawStatus \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '{
"nonce": 243834,
"asset": "ex commodo amet aliqua sunt",
"method": "incididunt aliquip"
}'
{
"error": [],
"result": [
{
"method": "Bitcoin",
"aclass": "currency",
"asset": "XXBT",
"refid": "AGBZNBO-5P2XSB-RFVF6J",
"info": "mzp6yUVMRxfasyfwzTZjjy38dHqMX7Z3GR",
"amount": "0.72485000",
"fee": "0.00015000",
"time": 1617014586,
"status": "Pending"
},
{
"method": "Bitcoin",
"aclass": "currency",
"asset": "XXBT",
"refid": "AGBSO6T-UFMTTQ-I7KGS6",
"info": "mzp6yUVMRxfasyfwzTZjjy38dHqMX7Z3GR",
"amount": "0.72485000",
"fee": "0.00015000",
"time": 1617015423,
"status": "Failure",
"status-prop": "canceled"
}
]
}
The access token received from the authorization server in the OAuth 2.0 flow.
OK
The response is of type object
.