eth_blockNumber
Get the current block number from any EVM-compatible blockchain to track network progress and synchronize with the latest state.
Instructions
Returns the number of the most recent block
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}