koios_asset_utxos
Retrieve UTxOs holding specific Cardano assets by providing policy ID and asset name pairs. Use filters, pagination, and extended data options to tailor results.
Instructions
Get UTxOs containing specific assets
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 | |
| _asset_list | Yes | Array of [policy_id, asset_name_hex] pairs |