getErc20TokenByWalletId
Description
This endpoint retrieves ERC20 Token balances by wallet UUID
and token contract address.
public getErc20TokenByWalletId(walletId: string, token: string, query?: VyQuery_GetErc20TokenByWalletId) : VyPromise<VyErc20TokenDto>
Parameters
walletId
string
`UUID` of the wallet
token
string
Smart contract address of the token for which to retrieve balance information
Returns
VyPromise<VyErc20TokenDto> ERC20 token balance of wallet retrieved successfully.
Last updated