List internal transactions in a specific block
blocks
List internal transactions in a specific block
Retrieves internal transactions included in a specific block with optional filtering by type and call type.
GET
List internal transactions in a specific block
Documentation Index
Fetch the complete documentation index at: https://blockscout-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Block hash or number in the path
Required range:
x >= 0Query Parameters
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Filter internal transactions by type:
- all - Show all internal transactions (default)
- call - Only show call internal transactions
- create - Only show create internal transactions
- create2 - Only show create2 internal transactions
- reward - Only show reward internal transactions
- selfdestruct - Only show selfdestruct internal transactions
- stop - Only show stop internal transactions
- invalid - Only show invalid internal transactions (Arbitrum only)
Available options:
call, create, create2, reward, selfdestruct, stop, invalid Filter internal transactions by call type:
- all - Show all internal transactions (default)
- call - Only show call internal transactions
- callcode - Only show callcode internal transactions
- delegatecall - Only show delegatecall internal transactions
- staticcall - Only show staticcall internal transactions
- invalid - Only show invalid internal transactions (Arbitrum only)
Available options:
call, callcode, delegatecall, staticcall, invalid Transaction index for paging
Item index for paging
Number of items returned per page
Required range:
1 <= x <= 50