get_starknet_block_transactions
Retrieve all transactions from a specific block on Starknet by providing block number, hash, or using 'latest' or 'pending'. Supports mainnet and sepolia networks.
Instructions
Get transactions in 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'. |