Batch transfers. Scheduled payments. Behavioral data intelligence.
The enterprise infrastructure layer of the CAW Cash ecosystem.
CAW Bank is the B2B layer powering batch operations, programmable payments, and data monetization — built on the same rails as the CAW Cash consumer app.
Authenticate with your API key. Every endpoint returns structured JSON. Webhooks for async event delivery.
// Batch send to multiple recipients POST https://worker.caw.cash/api/batch/send Authorization: Bearer <api_key> { "recipients": [ { "to": "@alice", "amount": 500 }, { "to": "@bob", "amount": 250 } ], "token": "USDT", "memo": "June payroll" } // 200 OK { "batch_id": "bat_9f3k...", "total": 750, "count": 2, "status": "processing" }
// Create scheduled payment POST https://worker.caw.cash/api/schedule Authorization: Bearer <api_key> { "to": "@vendor", "amount": 1000, "token": "USDT", "frequency": "monthly", "day_of_month": 1, "memo": "SaaS subscription" } // 200 OK { "id": "sch_7d2f...", "next_run": "2026-07-01T09:00:00Z", "active": true }
CAW Cash users who opt-in contribute anonymized behavioral signals. Aggregated, privacy-preserving, and available via subscription API — a data product unlike anything in crypto.
// Query aggregated insights GET https://worker.caw.cash/api/insights/summary ?region=JP&period=30d Authorization: Bearer <insights_key> // 200 OK { "active_users": 4821, "avg_sends_per_week": 3.4, "top_token": "USDT", "avg_amount_usd": 187, "ai_command_rate": "0.82", "swap_to_send_ratio": "0.31" }
Data is collected only from users who explicitly consent via the CAW Cash app settings. All identifiers are removed before aggregation. No raw transaction data is ever exposed.
Simple volume-based tiers. No setup fee. Billed monthly. Upgrade or cancel any time.
Email us to request API credentials. We onboard businesses manually to ensure the best integration.