Skip to main content
GET
Get a segregated wallet

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Path Parameters

walletID
string
required

Response

The wallet.

wallet_id
string<uuid>
type
enum<string>

Product discriminator for segregated wallets.

Available options:
segregated
chain
enum<string>
Available options:
tron,
eth,
btc
asset
string
Example:

"USDT"

address
string
label
string
origin
enum<string>

How the wallet entered the platform.

Available options:
created,
imported
exported
boolean

Whether the private key was ever exported (shared custody).

exported_at
string<date-time>
created_at
string<date-time>
Last modified on July 18, 2026