Indexer: Transactions by origin or delegator (v1)
getTransactionsQuery VeChain transactions by origin or delegator address with time filters and pagination. Returns decoded events.
Instructions
Query VeWorld Indexer /api/v1/transactions. Provide either 'origin' or 'delegator' address with optional time filters and pagination. Returns decoded events.
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 | |
| after | No | Return txs at or after this Unix timestamp (seconds) | |
| before | No | Return txs at or before this Unix timestamp (seconds) | |
| cursor | No | Opaque cursor for fetching the next page when provided by the API | |
| origin | No | Origin address, the address that initiated the transaction | |
| expanded | No | Include decoded clause outputs/logs for richer results | |
| delegator | No | Delegator address, the address that paid for the transaction | |
| direction | No | Sort direction for time-based queries; defaults to 'DESC' (newest first) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | List response for transactions endpoints | |
| error | No | ||
| network | Yes |