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