Skip to main content
Glama

Cryo MCP Server

by z80dev

get_transaction_by_hash

Retrieve detailed transaction information by specifying its hash using the Cryo MCP Server. Query Ethereum blockchain data for precise insights into transaction details.

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

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