Indexer: Delegated transactions by delegator (v1)
getDelegatedTransactionsRetrieve transactions paid by a specific delegator address. Supports pagination and time-based filtering.
Instructions
Query VeWorld Indexer /api/v1/transactions/delegated for transactions delegated by a given delegator address. Supports pagination.
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 | |
| expanded | No | Include decoded clause outputs/logs for richer results | |
| delegator | Yes | Delegator (gas payer) address | |
| 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 |