VyWalletDto

This class represents a wallet object with its properties.

Properties

FieldTypeDescription

id

string

The unique identifier of the wallet.

address

string

The address of the wallet.

chain

The type of the blockchain network the wallet belongs to.

walletType

The type of the wallet.

archived

bool

Indicates whether the wallet is archived or not.

description

string

A description of the wallet.

createdAt

string

The date and time the wallet was created.

isPrimary

bool

Indicates whether the wallet is the primary wallet or not.

hasCustomerPin

bool

Indicates whether the wallet has a customer PIN or not.

identifier

string

An identifier for the wallet.

balance

The balance of the wallet in the native token.

Last updated