agentek-eth

by NaniDAO
Verified

getTransactionInternalTransactions

Retrieve detailed internal transactions within a specified blockchain transaction, enabling analysis of sub-calls and interactions on supported networks, including Ethereum and Layer 2 chains.

Instructions

Retrieve internal transactions that occurred within a given transaction.

Input Schema

NameRequiredDescriptionDefault
chainYesChain ID for the blockchain network. Supports: 1, 137, 42161, 10, and 8453
txhashYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chain": { "anyOf": [ { "enum": [ "1", "137", "42161", "10", "8453" ], "type": "string" }, { "allOf": [ { "type": "number" }, { "enum": [ "1", "137", "42161", "10", "8453" ], "type": "string" } ] } ], "description": "Chain ID for the blockchain network. Supports: 1, 137, 42161, 10, and 8453" }, "txhash": { "type": "string" } }, "required": [ "chain", "txhash" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce