get_latest_blocks
Retrieve details of recent blocks on Celo. Set count and offset to control how many blocks to fetch and how far back to look, enabling targeted block queries.
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. |