Swipelux
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

OperationUse it for
POST /v1/customers/{customerId}/walletsCreate wallets for a customer.
GET /v1/customers/{customerId}/walletsList customer wallets.
POST /v1/customers/{customerId}/wallets/importImport 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}/balancesRetrieve customer balances.

On this page