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
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
Block hash or number in the path
Required range:
x >= 0The ID of the blockchain
Query Parameters
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 Number of items per page
Required range:
x >= 1Transaction index for paging
Item index for paging
List beacon deposits in a specific block
Previous
List transactions and tx details included in a specific block
Next