Skip to main content
GET
Count Wallets By User And Network

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,
solana

Response

200 - application/json

Wallet count for network

count
integer
network
string
user_id
string<uuid>