Concepts
Wallets
Wallets hold customer stablecoin balances and connect money movement to blockchain rails.
Wallets belong to customers and hold stablecoin balances. Use them as the source or destination for pay-ins, payouts, balance checks, and transfer tracking.
API Reference
| Operation | Use it for |
|---|---|
POST /v1/customers/{customerId}/wallets | Create wallets for a customer. |
GET /v1/customers/{customerId}/wallets | List customer wallets. |
POST /v1/customers/{customerId}/wallets/import | Import an external wallet. |
GET /v1/customers/{customerId}/wallets/{walletId} | Retrieve wallet details and balance. |
DELETE /v1/customers/{customerId}/wallets/{walletId} | Delete a customer wallet. |
GET /v1/customers/{id}/balances | Retrieve customer balances. |