VyWalletDto

\!! DESCRIPTION MISSING !!

Properties

Field
Type
Description
Required

id

string

Unique identifier for the wallet

βœ—

address

string

Public blockchain address for receiving transactions

βœ—

walletType

string

Classification of wallet functionality and access method

βœ—

chain

Blockchain network on which this wallet operates

βœ—

createdAt

Date

ISO 8601 timestamp when the wallet was created

βœ—

archived

boolean

Indicates whether the wallet has been archived and is no longer active

βœ—

description

string

Optional user-defined description or label for the wallet

βœ—

primary

boolean

Indicates if this is the user's primary wallet for this blockchain

βœ—

hasCustomPin

boolean

Indicates whether the wallet uses a custom PIN instead of the user's default PIN

βœ—

identifier

string

Optional custom identifier for external system integration

βœ—

userId

string

Unique identifier of the user who owns this wallet

βœ—

custodial

boolean

Indicates whether this is a custodial wallet (keys managed by service) or non-custodial (user-controlled keys)

βœ—

References

Operation

Last updated