get_block_receipts
Get all transaction receipts for a specific block number across supported EVM networks, enabling access to transaction outcomes and logs.
Instructions
Get all transaction receipts for a specific block
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| blockNumber | Yes | The block number to get receipts for |