Alchemy MCP Plugin

get_transaction

Retrieve detailed blockchain transaction information by inputting the transaction hash using the Alchemy MCP Plugin.

Instructions

Get transaction details by hash

Input Schema

NameRequiredDescriptionDefault
hashYesThe transaction hash

Input Schema (JSON Schema)

{ "properties": { "hash": { "description": "The transaction hash", "type": "string" } }, "required": [ "hash" ], "type": "object" }
ID: p99w73336q