agentek-eth

by NaniDAO
Verified

getTransactionReceipt

Retrieve transaction receipts for Ethereum-based operations using chain ID and transaction hash, enabling accurate tracking and verification of blockchain activities.

Instructions

Get the receipt of a transaction

Input Schema

NameRequiredDescriptionDefault
chainIdYes
hashYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "type": "number" }, "hash": { "type": "string" } }, "required": [ "hash", "chainId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce