multichain_address_activity
Identify all blockchain networks where a wallet address has activity. Get transaction counts, first and last activity timestamps, and current status across every chain with a single API call. Supports mainnet and optional testnets.
Instructions
Commonly used to locate chains which an address is active on with a single API call. Requires walletAddress. Optional parameter testnets (default false) determines whether to include testnet activity. Returns a comprehensive summary of chain activity including transaction counts, first/last activity timestamps, and activity status across all networks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | The wallet address to analyze activity for. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically. | |
| testnets | No | Whether to include testnet activity in the analysis. Default is false (mainnet only). |