Recent USDC payments to an address
usdc_recent_payments_toVerify incoming USDC payments by retrieving transfers to a given address from recent Base mainnet blocks. Designed for x402 merchant payment confirmation.
Instructions
Returns USDC transfers TO the given address over the last N blocks on Base mainnet. A convenience wrapper for x402 merchants verifying incoming agent payments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Recipient address (0x-prefixed) | |
| blocks_back | No | How many blocks back to scan (1-10000, default 1000) |