Skip to main content
GET
List wallets
Returns every active wallet the authenticated user owns, with one row per currency. A USD wallet is created automatically on first access; other currency wallets appear once they are initialised (e.g. STAR via a Telegram Stars top-up).
Authenticate with either a Bearer JWT (web sessions) or an X-API-Key header (server-to-server). The same response is returned in both cases.

Response

array
List of wallet rows. Each entry has:

Example

To fetch a single currency, use GET /wallets/{currency}/balance or the SDK helper proxyjam.wallets.get_balance("USD").