List all internal transactions involving a specific address
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
List all internal transactions involving a specific address
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
Address hash in the path
Pattern:
^0x([A-Fa-f0-9]{40})$The ID of the blockchain
Query Parameters
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 Number of items per page
Required range:
x >= 1Block number for paging
Required range:
x >= 0Item index for paging
Transaction index for paging