---
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, nullable, required
    - `userId` string, nullable, required
    - `creditAmount` number, required
    - `address` string, nullable, 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, nullable, required
    - `requires3DS` boolean
    - `clientSecret` string, nullable
    - `paymentIntentId` string, nullable
    - `paymentMethodId` string, nullable

## Changes

- **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/bb0b68662ba3/schema)
