For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetNativeBalance (ByWalletId)

Description

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

public static VyTask<VyWalletNativeBalanceDto> GetNativeBalance(string walletId)

Parameters

walletId

string

`UUID` of the wallet to fetch native balance for

Returns

VyTask<VyWalletNativeBalanceDto> Native balance of wallet retrieved successfully.

Last updated