Get Internal Transactions by Block Range
Account
Get Internal Transactions by Block Range
Returns internal transactions within a specified block range, with optional pagination.
GET
Get Internal Transactions by Block Range
This is a PRO endpoint, available to the Standard Plan and above
Query Parameters
string
default:"YourApiKeyToken"
Your Etherscan API key.
string
default:"1"
Chain ID to query, eg
1 for Ethereum, 8453 for Base from our supported chains.string
default:"account"
Set to
account for this endpoint.string
default:"txlistinternal"
Set to
txlistinternal for this endpoint.integer
default:"13481773"
Starting block number to search from.
integer
default:"999999999"
Ending block number to search to.
integer
default:"1"
Page number for pagination.
integer
default:"100"
Number of records per page. Use the
page parameter for subsequent records.string
default:"asc"
Sort order either
desc for the latest transactions first or asc for the oldest transactions first.Authorizations
Your Etherscan API key.
Query Parameters
Chain ID to query, eg 1 for Ethereum, 42161 for Arbitrum from our supported chains.
Set to account for this endpoint.
Set to txlistinternal for this endpoint.
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.