---
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

---

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