GetErc20Tokens (ByWalletAddress)
This endpoint is used to fetch ERC20 Token balance by blockchain and wallet address.
Last updated
This endpoint is used to fetch ERC20 Token balance by blockchain and wallet address.
Last updated
Parameters
chain
Parameter to indicate on which chain the token balance should be fetched
walletAddress
string
The address of the wallet to fetch token balance for
query (optional)
Query to filter the operation results
Returns
VyTask<VyErc20TokenDto[]> ERC20 token balance of wallet retrieved successfully.