VyWalletNativeBalanceDto

\!! DESCRIPTION MISSING !!

Properties

Field
Type
Description
Required

available

boolean

Indicates whether the balance information was successfully retrieved from the blockchain

βœ—

chain

Blockchain network on which this wallet operates

βœ—

balance

number

Human-readable balance of the native token in decimal format

βœ—

gasBalance

number

Human-readable balance of the gas token used for transaction fees (identical to balance when native token is used for gas)

βœ—

symbol

string

Ticker symbol of the native token (e.g., ETH, BTC, MATIC)

βœ—

gasSymbol

string

Ticker symbol of the token used for paying transaction fees

βœ—

rawBalance

string

Unformatted balance of the native token in the smallest unit (wei, satoshi, etc.)

βœ—

rawGasBalance

string

Unformatted balance of the gas token in the smallest unit

βœ—

decimals

number

Number of decimal places used by the native token for precision (e.g., 18 for ETH, 8 for BTC)

βœ—

exchange

βœ—

References

Schema

Operation

Last updated