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

GetErc20Tokens (ByWalletId)

Description

This endpoint fetches all the ERC20 token balance by wallet UUID

public static VyTask<VyErc20TokenDto[]> GetErc20Tokens(string walletId, VyQuery_GetErc20TokensByWalletId query = null)

Parameters

walletId

string

`UUID` of the wallet

query (optional)

Query to filter the operation results

Returns

VyTask<VyErc20TokenDto[]> ERC20 token balances of wallet retrieved successfully.

Last updated