# GetNativeBalance (ByWalletId)

This endpoint gets native balance of a wallet by wallet `UUID`.

{% code overflow="wrap" %}

```cpp
void GetNativeBalanceByWalletId(FString WalletId, const FVyOnGetNativeBalanceByWalletIdComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| WalletId   | FString                                 | \`UUID\` of the wallet to fetch native balance for                                      |
| ---------- | --------------------------------------- | --------------------------------------------------------------------------------------- |
| OnComplete | FVyOnGetNativeBalanceByWalletIdComplete | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetNativeBalanceByWalletIdComplete)\
Contains a [FVyWalletNativeBalanceDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvywalletnativebalancedto) response type
