Get Account Balances List
GetUserBalanceList¶
Description: Returns balance snapshots for each login from the logins array.
Access Control¶
🛡️ Access Level Required:
SESSION_MANAGER,SESSION_ADMIN,SESSION_DEALER
Endpoint¶
GET /balances/list
Request Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
logins |
array[int] | Yes | List of account logins |
Response Parameters¶
| Name | Type | Description |
|---|---|---|
rows |
array | Array of balance objects |
Row Object Fields¶
| Name | Type | Description |
|---|---|---|
balance |
double | Account balance |
credit |
double | Credit |
profit |
double | Floating profit |
commission |
double | Commission |
storage |
double | Storage/swap |
margin |
double | Used margin |
margin_free |
double | Free margin |
margin_level |
double | Margin level |
equity |
double | Equity |
level_type |
int | Margin level type |