Recent USDC transfers touching an address
recent_transfersRetrieves USDC transfer events for an address on Base mainnet. Filter by direction (in, out, both) and specify blocks back up to 10000.
Instructions
Returns USDC Transfer events involving the given address over the last N blocks on Base mainnet. Direction filter: in, out, or both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | EVM address (0x-prefixed) | |
| blocks_back | No | How many blocks back to scan (1-10000, default 1000) | |
| direction | No | Filter to incoming, outgoing, or both (default both) |