Each card is linked to a secure Solana escrow wallet. When you send USDC to the provided address, the card's spending limit is automatically updated.
curl -X POST https://synth.cash/api/cards \ -H "Content-Type: application/json" \ -d '{"apiKey": "your_api_key", "name": "AI Agent #1"}'
{ "cardId": "card_...", "status": "active", "depositAddress": "soLAna1...", "spendLimit": 0 }