# 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                 | boolean | Include tokens with zero balances in the response (when false, only returns tokens with positive balances)                                                                                |
| includePossibleSpam | boolean | Include tokens flagged as potential spam or scam tokens in the response                                                                                                                   |
