---
title: "Get wallets"
method: GET
path: "/api/v1/wallets"
tags: ["Wallets"]
---

# Get wallets

`GET /api/v1/wallets`

Retrieves user wallets along with their balances.

## Response `200`

OK

- ResponseWalletResponse
  - `balances` ResponseWalletBalance[] — Balances of all supported assets of this wallet
    - `balance` number — Balance of the token on wallet
    - `reference_balance` number — The balance of this token in reference currency. Reference currency is determined by the user residence country
    - `reference_currency` string — ISO 4217 currency code in which the reference balance is calculated. Reference currency is determined by the user residence country
    - `token_address` string — Contract address of the token in Wirex network
    - `token_symbol` string — Token symbol for this balance
  - `chain_family` string — Chain family of this wallet address, if the wallet address belongs to a non-EVM family
  - `wallet_address` string, required — Address of this wallet
  - `wallet_name` string — Display name of this wallet to help user identify it
  - `wallet_status` 'Unknown' | 'Confirmed' | 'Rejected'
  - `wallet_type` 'Primary' | 'Secondary' | 'Global' | 'Card'

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
