get-internal-transactions
Retrieve internal transactions for an Ethereum address with optional pagination, block range, and network selection.
Instructions
Get internal transactions for an Ethereum address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| offset | No | Number of results per page (max 100) | |
| address | Yes | Ethereum address (0x format) | |
| network | No | Network name or chain ID (default: ethereum mainnet) | |
| endBlock | No | Ending block number | |
| startBlock | No | Starting block number |