Indexer: List transfers for wallet or token (v1)
getTransfersOfAccountRetrieve transfer events for a wallet address or token contract on VeChain. Filter by address, VNS name, or token symbol with pagination.
Instructions
Query transfer events using VeWorld Indexer /api/v1/transfers. Provide either 'address' (wallet, accepts BOTH VNS names like roisin.vet AND 0x hex addresses) or 'tokenAddress' (accepts token symbol like VET, VTHO, B3TR OR 0x hex address) plus optional pagination. Returns enriched transfers with VNS names and token symbols when available. Use for 'wallet transfers', 'token movements', or 'activity for contract/wallet'.
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 | No | Wallet address (0x...) or VNS name (*.vet) | |
| direction | No | Sort direction for time-based queries; defaults to 'DESC' (newest first) | |
| tokenAddress | No | Token contract address (0x...) or token symbol (VET, VTHO, B3TR, etc.) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| network | Yes |