# Getting the user's advance balances

The method allows you to get user's advanced balances

### Request:

| **Parameter** | **Required** | **Type** | **Description** |
| ------------- | ------------ | -------- | --------------- |
| userId        | Yes          | String   | User ID         |

### Response:

| **Parameter**                 | **Type**         | **Description**                                                 |
| ----------------------------- | ---------------- | --------------------------------------------------------------- |
| advancedBalanceId             | String           | Advanced balance ID                                             |
| currency                      | String           | Currency                                                        |
| balance                       | String           | Balance                                                         |
| availableCurrenciesForDeposit | Array of strings | Array of currencies available to deposit to the advance balance |

{% openapi src="<https://199856430-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy7yrGizyjjV5OmCw3DcE%2Fuploads%2Fgit-blob-c16b91898f63e16257eb0e0b6bb8d49e7f547d73%2Fopenapi.json?alt=media>" path="/partner/api/get-organization-advanced-balances" method="post" %}
[openapi.json](https://199856430-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy7yrGizyjjV5OmCw3DcE%2Fuploads%2Fgit-blob-c16b91898f63e16257eb0e0b6bb8d49e7f547d73%2Fopenapi.json?alt=media)
{% endopenapi %}
