GetErc20Token (ByWalletId)

This endpoint retrieves ERC 20 Token balances by wallet `ID` and token contract address.

public static VyTask<VyErc20TokenDto> GetErc20Token(string walletId, string token, VyQuery_GetErc20TokenByWalletId query = null)

Parameters

walletId

string

`ID` of the wallet

token

string

Address of the token (contract) to fetch the balance for

query (optional)

Query to filter the operation results

Returns

VyTask<VyErc20TokenDto>

Last updated