Skip to main content
POST
/
getDepositStatus
Get Status of Recent Deposits
curl --request POST \
  --url https://gateway.varchev.com/crypto/getDepositStatus \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'tenantId: <tenantid>' \
  --data '
{
  "nonce": 4730549,
  "asset": "Excepteur",
  "method": "laborum in"
}
'
{
  "result": [
    {
      "method": "veniam velit esse incididunt",
      "aclass": "aute in veniam exercitation ut",
      "asset": "sint cillum pariatur",
      "refid": "dolore Lorem mollit ipsum",
      "txid": "deserunt amet",
      "info": "consectetur fugiat sit",
      "amount": "occaecat magna et",
      "fee": {},
      "time": 97773604,
      "status": {},
      "status-prop": "return"
    },
    {
      "method": "voluptate Excepteur officia",
      "aclass": "amet",
      "asset": "laboris ut",
      "refid": "ex laboris amet incididunt",
      "txid": "consectetur ipsum anim aute",
      "info": "Excepteur velit deserunt",
      "amount": "enim fugiat amet",
      "fee": {},
      "time": -73916650,
      "status": {},
      "status-prop": "return"
    }
  ],
  "error": [
    "EGeneral:Invalid arguments",
    "EGeneral:Invalid arguments"
  ]
}

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:

4730549

asset
string

(Required) Asset being deposited

Example:

"Excepteur"

method
string

Name of the deposit method

Example:

"laborum in"

Response

200 - application/json

OK

The response is of type object.