v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
addresses

List all internal transactions involving a specific address

Retrieves all internal transactions involving a specific address, with optional filtering for internal transactions sent from or to the address.

get/{chain_id}/api/v2/addresses/{address_hash_param}/internal-transactions

Path parameters

address_hash_paramstring required

Address hash in the path

chain_idstring required

The ID of the blockchain

Query parameters

filter'to' | 'from'

Filter transactions by direction:

  • to - Only show transactions sent to this address
  • from - Only show transactions sent from this address If omitted, all transactions involving the address are returned.
include_zero_valueboolean

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

items_countinteger

Number of items per page

block_numberinteger

Block number for paging

indexinteger

Item index for paging

transaction_indexinteger

Transaction index for paging

Response

All internal transactions for the specified address.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "block_number": 22530770,
    "index": 8,
    "transaction_index": 8
  }
}