Cryo MCP Server

get_transaction_by_hash

Get detailed information about a transaction by its hash Args: tx_hash: The transaction hash to look up Returns: Detailed information about the transaction

Input Schema

NameRequiredDescriptionDefault
tx_hashYes

Input Schema (JSON Schema)

{ "properties": { "tx_hash": { "title": "Tx Hash", "type": "string" } }, "required": [ "tx_hash" ], "title": "get_transaction_by_hashArguments", "type": "object" }