Get address transactions
get_address_transactionsFetch transaction history for a blockchain address, ordered newest first. Supports pagination to inspect account activity and on-chain data.
Instructions
Transaction history of an address from the Blockscout explorer, newest first. Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| address | Yes | 0x-prefixed address | |
| network | No | Target network: "l1" (default) or "l2-testnet" | l1 |
| pageSize | No | Transactions per page (max 100) |