For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetErc20Token (ByWalletId)

Description

This endpoint retrieves ERC20 Token balances by wallet UUID and token contract address.

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

Parameters

walletId

string

`UUID` of the wallet

token

string

Smart contract address of the token for which to retrieve balance information

query (optional)

Query to filter the operation results

Returns

VyTask<VyErc20TokenDto> ERC20 token balance of wallet retrieved successfully.

Last updated