get_latest_blocks
Retrieve recent Celo block data with adjustable count and offset to inspect transactions, verify network status, and analyze on-chain activity.
Instructions
Get information about the most recent blocks on the Celo blockchain, with the ability to specify the number of blocks to retrieve and starting offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | The number of latest blocks to retrieve information for, with a default of 10 and a maximum of 100. | |
| offset | No | Number of blocks to skip from the latest block. For example, offset=0 gets the very latest blocks, offset=10 gets blocks starting from 10 blocks ago. |