get_block_with_transactions
Retrieve a blockchain block along with its transactions using either the block number or block hash. Facilitates detailed analysis of transaction data for blockchain development and monitoring.
Instructions
Get a block with its transactions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blockHash | No | The block hash | |
blockNumber | No | The block number |