Skip to main content

Overview

Wallets represent settlement destinations for a merchant. The SDK supports retrieval only; wallet creation, activation, and removal are managed in the dashboard.

Authentication

Listing wallets supports either a merchant API key or a dashboard bearer token.

Request

List wallets

Use wallets

Activate a non-custodial wallet in the dashboard to make it the settlement destination for new payments. Use wallets.list() to confirm which wallet is active for each network.

Response

Example list response (truncated):

Errors

  • 401 missing/invalid credentials

Examples

  • Use wallets.list() to display the active settlement wallet in your admin UI.
  • For adding or activating wallets, use the dashboard and see Manage wallets.
Next: Settlement