---
title: "Get a list of wallets"
method: GET
path: "/v1/wallets"
tags: ["Wallet"]
---

# Get a list of wallets

`GET /v1/wallets`

## Query parameters

- `userId` string, uuid, required

## Response `200`

Returns a created wallet

- object
  - `data` object[], required
    - `id` number, required
    - `userId` string, required
    - `creditAmount` number, required
    - `address` string, required
    - `denom` string, required
    - `isTrialing` boolean, required
    - `topUpMinAmountUsd` number, required — Minimum USD amount accepted by the next paid top-up for this wallet.
    - `createdAt` string, required

## Changes

- **2026-08-10** `a73322d919b0` — 4 warning
  - removed the optional property `data/items/clientSecret` from the response with the `200` status
  - removed the optional property `data/items/paymentIntentId` from the response with the `200` status
  - removed the optional property `data/items/paymentMethodId` from the response with the `200` status
  - removed the optional property `data/items/requires3DS` from the response with the `200` status
- **2026-06-17** `b1975c50c4ba` — 1 info
  - added the required property `data/items/topUpMinAmountUsd` to the response with the `200` status
- **2026-05-07** `967c41f60844` — 1 breaking
  - removed the required property `data/items/topUpMinAmountUsd` from the response with the `200` status

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/wallets/get.md)

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
