v1
latestOpenAPI 3.0.02026-07-26268286602.5 KBinternal-transactions
List internal transactions generated during smart contract execution
Retrieves a paginated list of internal transactions. Internal transactions are generated during contract execution and not directly recorded on the blockchain.
get/{chain_id}/api/v2/internal-transactions
Path parameters
chain_idstring required
The ID of the blockchain
Query parameters
transaction_hashstring
Transaction hash in the query
limitinteger nullable
Limit result items in the response
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
List of internal transactions with pagination information.
Example response
{
"next_page_params": {
"block_number": 22133247,
"index": 50,
"transaction_index": 68
}
}