latest_block
Retrieve the most recent block data from Arbitrum Nitro nodes using a specified RPC URL. Monitor chain activity and health efficiently with this essential tool for developers and node operators.
Instructions
Get the latest block information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
rpcUrl | No | The RPC URL of the chain (optional if default is set) |
Input Schema (JSON Schema)
{
"properties": {
"rpcUrl": {
"description": "The RPC URL of the chain (optional if default is set)",
"type": "string"
}
},
"required": [],
"type": "object"
}