koios_tx_by_metalabel
Retrieve Cardano transactions by metadata label to isolate on-chain records. Supports pagination and ordering for targeted queries.
Instructions
Get transactions by metadata label
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (1-1000) | |
| order | No | Column ordering | |
| _label | Yes | Metadata label to filter by | |
| offset | No | Pagination offset | |
| select | No | Comma-separated column names for vertical filtering | |
| _after_block_height | No | Only return txs after this block height |