koios_address_outputs
Fetch transaction outputs, including spent ones, for specified Cardano addresses. Query UTxO data with filters like block height and pagination to trace funds and transaction history.
Instructions
Get transaction outputs for given addresses (including spent)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (1-1000) | |
| order | No | Column ordering | |
| offset | No | Pagination offset | |
| select | No | Comma-separated column names for vertical filtering | |
| _addresses | Yes | Array of Cardano addresses | |
| _after_block_height | No | Only return outputs after this block height |