Send USDC from my Swop wallet
swop_sendSend USDC (on Base) from the linked Swop wallet to a swop.id handle or 0x address, within the caps the user set in the Swop app. TWO-STEP: call WITHOUT confirm first to get a preview (resolved recipient, amount, caps); show that summary to the user and get their explicit yes; then call again with the returned previewId and confirm: true. Over-cap or confirm-only settings return a Swop-app approval link instead of executing. Never call with confirm before the user has seen the preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient: swop.id handle (e.g. "alice.swop.id") or 0x address | |
| confirm | No | true ONLY after the user explicitly confirmed the preview | |
| amountUsd | Yes | Amount in USD (sent as USDC) | |
| previewId | No | From the preview step |