get_block
Retrieve detailed information about a specific Celo blockchain block by number or hash. Optionally include full transaction details.
Instructions
Fetch detailed information about a specific block on the Celo blockchain using its number or hash. Optionally include full transaction details within the block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_identifier | Yes | The unique identifier for the block, which can be a block number, hash, or the keyword 'latest' to get the most recent block. | |
| include_transactions | No | Flag to determine whether to include detailed transaction information for each transaction in the block. |