Suward documentation

Suward is a payment gateway for accepting stablecoins and major cryptocurrencies over one REST API. Everything here is public — no account is required to read any of it.

Two things you can build on

Both settle into the same project balance, report through the same signed webhooks, and follow the same lifecycle: funds are credited at Accepted (enough confirmations to act on) and become withdrawable at Success (irreversible). → Settlement & finality

Pending

Created, waiting for funds — or confirming the transfer that arrived.

Accepted

Enough confirmations to act on. Balance credited. Ship, credit, deliver.

Success

Irreversible. Funds are withdrawable.

Failed

Expired, cancelled, or invalidated without a valid payment. Terminal.

Where to start

Live data, not lists

The accepted assets, supported networks, and confirmation requirements are served by the API itself — GET /v1/assets, GET /v1/blockchains — with no authentication. What you read there is what production uses. → Assets & networks

terminal
curl https://api.suward.com/v1/assets

The rest of the map

Something unclear? payments@suward.com — we treat every integration question as a documentation defect.