get_blockchain
Retrieve blockchain network metrics: current block height or daily blocks mined. Specify date ranges to access historical data for analysis.
Instructions
Get blockchain network metrics: block height or daily blocks mined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of daily data points to return | |
| metric | Yes | Blockchain metric: "block_height" or "blocks_mined" | |
| end_date | No | End date (YYYY-MM-DD). Defaults to today. | |
| start_date | No | Start date (YYYY-MM-DD). Overrides days param when set. |