Skip to main content
POST
/
getWithdrawStatus
Get Status of Recent 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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.varchev.com/llms.txt

Use this file to discover all available pages before exploring further.

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:

243834

asset
string

(Required) Asset being withdrawn

Example:

"ex commodo amet aliqua sunt"

method
string

Name of the withdrawal method

Example:

"incididunt aliquip"

Response

200 - application/json

OK

The response is of type object.