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