Indexer: List wallet fungible tokens (VIP-180/ERC‑20‑like)
getFungibleTokenContractsList fungible token contract addresses owned by a wallet address using the VeChain Indexer. Supports pagination and filtering by official tokens.
Instructions
List fungible token contract addresses for a wallet via Indexer. Use with getTokenRegistry for metadata. Endpoint: /api/v1/transfers/fungible-tokens-contracts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based results page number (0 is the first page) | |
| size | No | Results per page (1..150); API default is typically 20 | |
| cursor | No | Opaque cursor for fetching the next page when provided by the API | |
| address | Yes | Owner wallet address whose fungible token contracts should be listed | |
| direction | No | Sort direction for time-based queries; defaults to 'DESC' (newest first) | |
| officialTokens | No | Return only official tokens when true |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| network | Yes |