Skip to main content
GET
List internal transactions in a specific block

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

block_hash_or_number_param
required

Block hash or number in the path

Required range: x >= 0
chain_id
string
required

The ID of the blockchain

Query Parameters

internal_type
enum<string>

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
call_type
enum<string>

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
include_zero_value
boolean
default:true

If false, zero-value call-type internal transactions are excluded from results.

items_count
integer

Number of items per page

Required range: x >= 1
transaction_index
integer

Transaction index for paging

index
integer

Item index for paging

Response

Internal transactions in the specified block.

items
InternalTransaction · object[]
required
meta
object
required
next_page_params
object | null
required
Example: