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

# Wallet Balance

> Retrieve all wallets associated with the authenticated user along with their respective balances

This endpoint retrieves all wallets associated with the authenticated user along with their respective balances.

***

## Overview

Each wallet object contains the following information:

| Field             | Description                                |
| ----------------- | ------------------------------------------ |
| `balance`         | Current available balance                  |
| `heldBalance`     | Balance currently on hold                  |
| `incomingBalance` | Balance pending from incoming transactions |
| `currency`        | Currency details for the wallet            |
| `bankDetails`     | Bank account details, if applicable        |

This endpoint is useful for displaying a user's wallet overview across multiple currencies.
