estimate_block_time
Estimate average block time for any EVM-compatible network by sampling recent blocks. Provide network and sample size to get estimates.
Instructions
Estimate the average block time for a network by analyzing recent blocks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| sampleSize | No | Number of recent blocks to sample for estimation (5-100) |