get_starknet_block
Retrieve detailed information about a Starknet block by number, hash, or 'latest'/'pending' status.
Instructions
Get information about a specific block
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g., 'mainnet', 'sepolia'). Defaults to Mainnet. | |
| blockIdentifier | No | Block number, hash, or 'latest'/'pending'. Defaults to 'latest'. |