v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
transactions

List internal transactions triggered during a specific transaction

Retrieves internal transactions generated during the execution of a specific transaction. Useful for analyzing contract interactions and debugging failed transactions.

get/{chain_id}/api/v2/transactions/{transaction_hash_param}/internal-transactions

Path parameters

transaction_hash_paramstring required

Transaction hash in the path

chain_idstring required

The ID of the blockchain

Query parameters

include_zero_valueboolean

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

items_countinteger

Number of items per page

indexinteger

Item index for paging

block_numberinteger

Block number for paging

transaction_indexinteger

Transaction index for paging

Response

Internal transactions for the specified transaction, with pagination.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "block_number": 22133247,
    "index": 50,
    "transaction_index": 68
  }
}