koios_block_info
Retrieve detailed blockchain data for specific blocks using their hashes. Query block details like height, fees, and metadata to analyze on-chain activity.
Instructions
Get detailed information about specific blocks by their hashes
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 |