Alchemy MCP Plugin

get_block_with_transactions

Get a block with its transactions

Input Schema

NameRequiredDescriptionDefault
blockHashNoThe block hash
blockNumberNoThe block number

Input Schema (JSON Schema)

{ "oneOf": [ { "required": [ "blockNumber" ] }, { "required": [ "blockHash" ] } ], "properties": { "blockHash": { "description": "The block hash", "type": "string" }, "blockNumber": { "description": "The block number", "type": "string" } }, "type": "object" }