Skip to main content
Glama

HashPilot

by justmert

get_transaction_receipt

Retrieve transaction details using the transaction hash to verify status and outcomes on Hedera blockchain networks like mainnet or testnet.

Instructions

Get transaction receipt by transaction hash

Input Schema

NameRequiredDescriptionDefault
networkNoNetwork to query (mainnet, testnet, previewnet). Default: testnet
txHashYesThe transaction hash (0x...)

Input Schema (JSON Schema)

{ "properties": { "network": { "description": "Network to query (mainnet, testnet, previewnet). Default: testnet", "enum": [ "mainnet", "testnet", "previewnet" ], "type": "string" }, "txHash": { "description": "The transaction hash (0x...)", "type": "string" } }, "required": [ "txHash" ], "type": "object" }
Install Server

Other Tools from HashPilot

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/justmert/hashpilot'

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