Indexer: List transfers for wallet or token (v1)
getTransfersOfAccountQuery transfer events for any wallet or token on VeChain. Retrieve enriched transfer history with VNS names and token symbols, with optional pagination for full activity tracking.
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 |