Indexer: Transfers from address (outgoing) (v1)
getTransfersFromQuery outgoing transfers from a wallet address. Filter by token symbol or contract address for specific payment tracking.
Instructions
Query VeWorld Indexer /api/v1/transfers/from for outgoing transfers. Required 'address' (sender, 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 'outgoing transfers' or 'payments from wallet'. NOTE: This is a directional filter of getTransfersOfAccount - prefer using getTransfersOfAccount unless you specifically need only outgoing 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 | Sender 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 |