explorer_get_internal_txs
Retrieve internal trace transactions for an address, including contract-to-contract calls, on a specified network and block range.
Instructions
Get internal (trace) transactions for an address, including contract-to-contract calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| address | Yes | Target address (0x-prefixed) | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| endBlock | No | End block number | |
| pageSize | No | Results per page (default varies by endpoint) | |
| startBlock | No | Start block number |