Skip to main content
GET
/
api
/
v1
/
auth
/
wallets
/
count-network
Count wallets by user and network
curl --request GET \
  --url https://crypto.westminister.tech/api/v1/auth/wallets/count-network \
  --header 'Authorization: Bearer <token>'
{
  "count": 2,
  "network": "tron",
  "user_id": "383f20af-5960-4374-a5c3-b7566ea8f771"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

user_id
string<uuid>
required

User ID.

network
enum<string>
required

Network to count.

Available options:
ethereum,
tron

Response

200 - application/json

Wallet count for network

count
integer
network
string
user_id
string<uuid>