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

getNativeBalanceByWalletId

Description

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

public getNativeBalanceByWalletId(walletId: string) : VyPromise<VyWalletNativeBalanceDto>

Parameters

walletId

string

`UUID` of the wallet to fetch native balance for

Returns

VyPromise<VyWalletNativeBalanceDto> Native balance of wallet retrieved successfully.

Last updated