Get Block

get_block

Fetch a Celo mainnet block by number, by hash, or pass 'latest' to get the head block.

§ Inputs

NameTypeDescription
blockIdRequirednumber | hex | 'latest'Block number, 0x-prefixed hash, or the literal 'latest'.

§ Returns

Block object with hash, parentHash, timestamp, transactions, gas info.

§ Try saying

  • Show me block 30000000 on Celo.

Use this tool

Once Celina is wired into your MCP client, just ask in plain language. The LLM picks get_block automatically.