> ## Documentation Index
> Fetch the complete documentation index at: https://docs.payvessel.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Wallets

> Guide: listing and retrieving wallets

Use the wallets listing endpoints when you have **multiple managed wallets** and need to:

* Show all wallets and balances in an internal dashboard.
* Find a specific wallet by ID or business identifier.
* Reconcile transfers across several wallets.

Typical usage:

1. List all wallets for your business.
2. Filter in your application by currency, label, or purpose.
3. Drill down into a specific wallet using its ID in the balance or statement endpoints.

For the technical details and code samples, use **API reference → Wallets → Get Wallets**.
