Skip to main content
GET
/
api
/
v1
/
auth
/
wallets
/
check
/
address
Check if wallet address exists
curl --request GET \
  --url https://crypto.westminister.tech/api/v1/auth/wallets/check/address \
  --header 'Authorization: Bearer <token>'
{
  "address": 1.1479303874223619e+48,
  "exists": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

address
string
required

Wallet address to check.

Response

200 - application/json

Address existence result

address
string
exists
boolean