Veri5ight MCP Server

ethereum_getTransactionInfo

Get detailed information about an Ethereum transaction

Input Schema

NameRequiredDescriptionDefault
hashYesTransaction hash

Input Schema (JSON Schema)

{ "properties": { "hash": { "description": "Transaction hash", "type": "string" } }, "required": [ "hash" ], "type": "object" }