Skip to main content
GET
Get wallet

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Path Parameters

wallet_id
string<uuid>
required

The wallet ID

Response

The crypto wallet

blockchain
enum<string>
required

Blockchain the wallet is on.

Available options:
stellar,
solana,
base,
polygon,
monad
createdAt
string<date-time>
required

Timestamp when the wallet was created.

customerId
string<uuid>
required

ID of the customer who owns this wallet.

publicKey
string
required

Public key / address of the wallet.

updatedAt
string<date-time>
required

Timestamp when the wallet was last updated.

walletId
string<uuid>
required

Unique identifier for the wallet.

claimedOwnership
boolean | null

Whether the wallet has active claimed ownership by the organization. When true and the organization is approved, the wallet is treated as compliant without requiring individual KYC. Only present when claimed ownership has been set.

deletedAt
string<date-time> | null

Timestamp when the wallet was deleted (if applicable).

displayName
string | null

Display name for the wallet.

signerPublicKey
string | null

For embedded (non-custodial) wallets, the compressed SEC1 P-256 public key of the owner key that authorizes transactions. Absent for bring-your-own wallets.