> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvywalletnativebalancedto.md).

# FVyWalletNativeBalanceDto

## Properties

| Available     | bool                                                                                             | Indicates whether the balance information was successfully retrieved from the blockchain                                   |
| ------------- | ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| Chain         | [EVyChain](/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain.md)                  | Blockchain network on which this wallet operates                                                                           |
| Balance       | float                                                                                            | Human-readable balance of the native token in decimal format                                                               |
| GasBalance    | float                                                                                            | Human-readable balance of the gas token used for transaction fees (identical to balance when native token is used for gas) |
| Symbol        | FString                                                                                          | Ticker symbol of the native token (e.g., ETH, BTC, MATIC)                                                                  |
| GasSymbol     | FString                                                                                          | Ticker symbol of the token used for paying transaction fees                                                                |
| RawBalance    | FString                                                                                          | Unformatted balance of the native token in the smallest unit (wei, satoshi, etc.)                                          |
| RawGasBalance | FString                                                                                          | Unformatted balance of the gas token in the smallest unit                                                                  |
| Decimals      | int                                                                                              | Number of decimal places used by the native token for precision (e.g., 18 for ETH, 8 for BTC)                              |
| Exchange      | [FVyExchangePriceDto](/sdk-reference/ue5-sdk-v3/object-references/wallet/fvyexchangepricedto.md) |                                                                                                                            |
