Quickstarts ⚡
REST API
Create user wallets from your backend in under 5 minutes
1
Create a wallet
Launching in Production
For production, the steps are almost identical, but some changes are required:
- Create a developer account on the production console
- Create a production client API key on the API Keys page with the API scopes
users.create
,users.read
,wallets.read
,wallets.create
,wallets:transactions.create
,wallets:transactions.sign
,wallets:balance.read
,wallets.fund
- Replace your test API key with the production key
Learn More
Check Balances
Check the balance of a wallet.
Transfer Tokens
Send tokens between wallets.
Delegated Signers
Add delegated signers to a wallet.