koios_epoch_info
Query Cardano epoch metrics such as start/end times, block counts, and transaction counts for any epoch number.
Instructions
Get epoch-specific information including start/end times, block counts, and transaction counts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (1-1000) | |
| order | No | Column ordering e.g. 'epoch_no.desc' | |
| offset | No | Pagination offset | |
| select | No | Comma-separated column names for vertical filtering | |
| _epoch_no | No | Specific epoch number to query | |
| _include_next_epoch | No | Include next epoch info if available |