Indexer: Transfers to address (incoming) (v1)
getTransfersToRetrieve incoming transfers to a wallet address or VNS name on VeChain. Optionally filter by token symbol or contract address.
Instructions
Query VeWorld Indexer /api/v1/transfers/to for incoming transfers. Required 'address' (recipient, accepts BOTH VNS names like roisin.vet AND 0x hex addresses). Optional 'tokenAddress' (accepts token symbol like VET, VTHO, B3TR OR 0x hex address) to scope to a specific VIP‑180/ERC-20 contract and pagination. Use for 'incoming transfers' or 'receipts to wallet'. NOTE: This is a directional filter of getTransfersOfAccount - prefer using getTransfersOfAccount unless you specifically need only incoming transfers.
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 | Recipient 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 |