1s_block_number
Retrieve the latest block number for Ethereum, Sepolia, or Avalanche networks. Returns the current chain head as a hex-encoded value.
Instructions
Get the latest block number for a network. Returns the current chain head as a hex-encoded value. Use 1s_network_info to also get chain ID and gas price in the same call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |