Alchemy MCP Plugin

get_transaction_receipts

Get transaction receipts for a block

Input Schema

NameRequiredDescriptionDefault
blockHashNoThe hash of the block
blockNumberNoThe number of the block

Input Schema (JSON Schema)

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