Skip to main content
GET
Get Wallet By Numeric Alias

Authorizations

Authorization
string
header
required

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

Path Parameters

alias
integer<int64>
required

Globally unique numeric wallet alias.

Required range: x >= 1

Response

Wallet found

id
string<uuid>

Wallet ID.

user_id
string<uuid>

Owner user ID.

name
string

Wallet label (e.g.

address
string

Chain address.

alias
integer<int64>

Globally unique numeric wallet alias.

wallet_type
string

hot/cold/etc.

network
string

Network name (ethereum

is_default
boolean

Whether this is the default wallet for the network.

is_active
boolean

Whether wallet is active.

created_at
string<date-time>

Wallet creation timestamp (RFC 3339).