koios_block_txs
Retrieve all transactions from specific Cardano blocks by providing their block hashes.
Instructions
Get a list of all transactions included in specific blocks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (1-1000) | |
| order | No | Column ordering e.g. 'block_height.desc' | |
| offset | No | Pagination offset | |
| select | No | Comma-separated column names for vertical filtering | |
| _block_hashes | Yes | Array of block hashes to query |