GetErc20Tokens (ByWalletAddress)
This endpoint is used to fetch ERC20 Token balance by blockchain and wallet address.
Parameters
walletAddress
string
The address of the wallet to fetch token balance for
Returns
VyTask<VyErc20TokenDto[]> ERC20 token balance of wallet retrieved successfully.
Last updated