SDK Reference
SDK REFERENCE

SDK Reference

Official client libraries for TypeScript, Go, and Python. Pick your language and start accepting crypto payments in minutes.

TypeScript logo

TypeScript

npm i @crylabsorg/suward-sdk

Go logo

Go

go get github.com/crylabsorg/suward-sdk-go

Python logo

Python

pip install suward

What the SDKs cover

The TypeScript, Go, and Python SDKs each expose the full Suward merchant API surface through typed clients.

client.payments

listPayments · createPayment · getPayment · activatePayment · cancelPayment · simulatePayment

client.staticWallets

listStaticWallets · createStaticWallet · getStaticWallet · deleteStaticWallet · updateStaticWallet · listStaticWalletDeposits · simulateStaticWalletDeposit

All languages: Ed25519 signature over the raw body. Header X-Suward-Signature: ed25519=<hex>. Use the project's webhookPublicKey to verify.