Skip to content

GetCustomerSessionAccounts

Endpoint

GET /customer/session/accounts

Description

Returns trading accounts linked to the authenticated customer.

Authorization

Requires SESSION_CUSTOMER token.

Response

{
  "accounts": [
    {
      "login": 100001,
      "customer_id": 1,
      "enable": 1,
      "leverage": 100,
      "group": "standard",
      "name": "John Smith",
      "email": "[email protected]"
    }
  ]
}