koios_asset_txs
Find transactions for a specific Cardano asset using its policy ID and optional asset name. Filter by block height and include full history as needed.
Instructions
Get transactions involving a specific asset
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 | |
| _history | No | Include full history | |
| _asset_name | No | Asset name (hex) | |
| _asset_policy | Yes | Asset policy ID (hex) | |
| _after_block_height | No | Only return txs after this block height |