Skip to main content
Glama

Cryo MCP Server

by z80dev

get_transaction_by_hash

Retrieve detailed transaction data on the Ethereum blockchain using the transaction hash. The Cryo MCP Server tool enables precise blockchain data extraction for analysis or verification.

Instructions

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" }

You must be authenticated.

Other Tools from Cryo MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/z80dev/cryo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server