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

# Get All Wallets

`GET /wallets`

Fetches the list of available wallet providers to populate the dropdown box in the New Disbursement flow. The organization should coordinate with the wallet provider before selecting a particular wallet provider for a disbursement. By default, soft-deleted wallets are excluded from the response. Use the `include_deleted` parameter to include them.

## Query parameters

- `include_deleted` boolean
- `enabled` boolean
- `user_managed` boolean
- `supported_assets` string

## Response `200`

A list of wallets

- Wallet[]
  - `id` string
  - `name` string
  - `homepage` string
  - `sep_10_client_domain` string
  - `deep_link_schema` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-01-13** `b213a134a9a1` — 5 info
  - added the new optional `query` request parameter `enabled`
  - added the new optional `query` request parameter `include_deleted`
  - added the new optional `query` request parameter `supported_assets`
  - added the new optional `query` request parameter `user_managed`
  - …1 more
- **2025-12-11** `90ed1c557168` — 1 info
  - api tag `Organization` removed
- **2024-12-02** `2b94ab613474` — 1 info
  - api tag `Wallets` added

[Change history](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/changes/wallets/get.md)

---

[API](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/39f9dc64156c/schema)
