Check wallet address

Check wallet address

get

Check wallet address

Query parameters
addressstringOptional

Wallet address

Example: TYmWodNtGhu3JmNjS4oKZsSAga5Mj249pZ
Header parameters
APIKEYstringOptional
Responses
200
Check wallet address
application/json
get
GET /api/v1/payment/check-wallet-address HTTP/1.1
Host: dashboard.cryptadium.com
Accept: */*
200

Check wallet address

{
  "exceptions": [],
  "isSuccessful": true,
  "message": [
    {
      "amount": 1019.544566,
      "currency": "USDT",
      "date": "2025-02-21T06:07:12.976788",
      "status": -1
    }
  ]
}

Last updated