Skip to main content
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.
Response