---
title: "Get All Wallets"
method: GET
path: "/wallets"
tags: ["Organization", "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. The initial list reflects all SDP-compatible wallets.

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

- `401` — Unauthorized
- `403` — Forbidden

## Changes

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