Get Account By Login
GetAccountByLogin
Description: Retrieves a list of user accounts with financial and profile data. Supports filtering by group and returns aggregate totals.
Request Parameters
| Name |
Type |
Required |
Description |
| login |
int |
Yes |
Account login |
Response Parameters
| Name |
Type |
Required |
Description |
| login |
int |
Yes |
Account login |
| group |
string |
Yes |
User group name |
| name |
string |
Yes |
Full name of the user |
| password |
string |
Yes |
Account password |
| leverage |
int |
Yes |
Account leverage (1–10000) |
| enable |
int |
Yes |
Account enable status (1 = active, 0 = disabled) |
| email |
string |
Yes |
Email address |
| login |
int |
No |
Optional user login ID (if not auto-generated) |
| comment |
string |
No |
Optional comment field |
| country |
string |
No |
Country |
| city |
string |
No |
City |
| address |
string |
No |
Street address |
| phone |
string |
No |
Phone number |
| enable_read_only |
int |
No |
If 1, user cannot perform trading actions |
| enable_change_password |
int |
No |
If 0, user cannot change password |
| send_reports |
int |
No |
If 1, system will send reports |
| id |
string |
No |
External ID or document ID |
| lead_source |
string |
No |
Marketing or acquisition source |
| user_color |
string |
No |
Optional user color code (UI feature) |