# VyWalletNativeBalanceDto

## Properties

| Field         | Type                                                                                         | Description                                                                                                                | Required |
| ------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------- |
| Available     | bool                                                                                         | Indicates whether the balance information was successfully retrieved from the blockchain                                   | ✗        |
| Chain         | [eVyChain](/sdk-reference/c-sdk-v3/object-references/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        | 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      | int                                                                                          | Number of decimal places used by the native token for precision (e.g., 18 for ETH, 8 for BTC)                              | ✗        |
| Exchange      | [VyExchangePriceDto](/sdk-reference/c-sdk-v3/object-references/wallet/vyexchangepricedto.md) |                                                                                                                            | ✗        |

## References

**Schema**

* [VyWalletDto](/sdk-reference/c-sdk-v3/object-references/wallet/vywalletdto.md)

**Operation**

* [GetNativeBalance (ByWalletId)](/sdk-reference/c-sdk-v3/function-references/wallet/balance/getnativebalancebywalletid.md)
* [GetNativeBalance (ByWalletAddress)](/sdk-reference/c-sdk-v3/function-references/wallet/balance/getnativebalancebywalletaddress.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vywalletnativebalancedto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
