koios_utxo_info
Retrieve UTxO details for given Cardano transaction outputs using tx_hash#tx_index references. Supports pagination, filtering, and extended data.
Instructions
Get UTxO information for given UTxO references (tx_hash#tx_index format)
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 | |
| _extended | No | Include extended UTxO data | |
| _utxo_refs | Yes | Array of UTxO references in tx_hash#tx_index format |