Skip to main content
GET
List all internal transactions involving a specific address

Authorizations

Authorization
string
header
required

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

Path Parameters

address_hash_param
string
required

Address hash in the path

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

The ID of the blockchain

Query Parameters

filter
enum<string>

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.
Available options:
to,
from
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
block_number
integer

Block number for paging

Required range: x >= 0
index
integer

Item index for paging

transaction_index
integer

Transaction index for paging

Response

All internal transactions for the specified address.

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