Skip to main content
GET
List internal transactions triggered during a specific transaction

Authorizations

Authorization
string
header
required

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

Path Parameters

transaction_hash_param
string
required

Transaction hash in the path

Pattern: ^0x([A-Fa-f0-9]{64})$
chain_id
string
required

The ID of the blockchain

Query Parameters

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
index
integer

Item index for paging

block_number
integer

Block number for paging

Required range: x >= 0
transaction_index
integer

Transaction index for paging

Response

Internal transactions for the specified transaction, with pagination.

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