> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/queries/vyquery_geterc20tokensbywalletaddress.md).

# VyQuery\_GetErc20TokensByWalletAddress

| Query               | Type   | Description                                                                                                                                                                               |
| ------------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| TokenAddress        | string | Filter results by specific token contract addresses. Accepts multiple addresses to retrieve balances for multiple tokens in a single request. If omitted, returns balances for all tokens |
| All                 | bool   | Include tokens with zero balances in the response (when false, only returns tokens with positive balances)                                                                                |
| IncludePossibleSpam | bool   | Include tokens flagged as potential spam or scam tokens in the response                                                                                                                   |
