GetNativeBalanceByWalletId

Description

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

void GetNativeBalanceByWalletId(const FString& walletId) const

Parameters

walletId

FString

`UUID` of the wallet to fetch native balance for

Returns

void Native balance of wallet retrieved successfully.

Last updated