Skip to content

MngGetCustomerAccounts

Returns trading accounts linked to customer_id.

Request

{
  "command": "MngGetCustomerAccounts",
  "extID": "1",
  "data": {
    "customer_id": 1
  }
}

Response Data

{
  "rows": [
    {
      "login": 100001,
      "customer_id": 1,
      "group": "real",
      "name": "John Smith",
      "email": "[email protected]",
      "phone": "+35700000000",
      "enable": 1,
      "leverage": 100
    }
  ],
  "count": 1
}