Suward
Overview
DOCUMENTATION

Suward Documentation

Accept stablecoins across 7 EVM networks through one REST API. Every payment gets its own deposit address, climbs Pending → Safe → Finalized, and settles into a balance you can read. The fee is 0.4% + min $1, with nothing hidden in the spread. Everything documented here ships in the code; anything still on the roadmap wears a Soon label.

PendingSafeFinalized
curl -X POST https://api.suward.com/v1/projects/{projectId}/payments \
-H "X-Api-Key: <API_KEY>" \
-H "Content-Type: application/json" \
-d '{"amount":"100.00","asset":"USDT","externalId":"order-42"}'

Three ways to start tonight

Browse the docs

Start at the top and work down, or jump to the part you need.

In development

These features are not in the API yet. Listed here plainly so you can plan your integration around what actually ships today.

Soon

Webhooks

In development. For now, poll payment status through the API with GET /v1/payments/{id}.

Soon

Analytics & CSV reports

On the roadmap.

Soon

Live events (SSE)

Planned.

Soon

Auto-payouts

Today a withdrawal goes through operator review; on-chain auto-payout is planned.