GetErc20TokensByWalletId
Description
This endpoint fetches all the ERC20 token balance by wallet UUID
void GetErc20TokensByWalletId(const FString& walletId, const FVyQuery_GetErc20TokensByWalletId& query) const
Parameters
walletId
FString
`UUID` of the wallet
Returns
void ERC20 token balances of wallet retrieved successfully.
Last updated