Get Internal Transactions by Address
Account
Get Internal Transactions by Address
Retrieves the internal transaction history of a specified address, with optional pagination.
GET
Get Internal Transactions by Address
Authorizations
Your Etherscan API key.
Query Parameters
Chain ID to query, eg 1 for Ethereum, 8453 for Base from our supported chains.
Set to account for this endpoint
Set to txlistinternal for this endpoint.
The address to query, like 0xfefefefefefefefefefefefefefefefefefefefe.
Starting block number to search from.
Ending block number to search to.
Page number for pagination.
Number of records per page. Use the page parameter for subsequent records.
Sort order either desc for the latest transactions first or asc for the oldest transactions first.