Skip to content

Get FIX slot by id

GetFixSlotById

Description: Returns one FIX slot by its internal slot_id.

Access Control

Access Level Required: SESSION_ADMIN

Request Parameters

{
  "slot_id": 1
}

Response Example

{
  "data": [
    {
      "id": 1,
      "slot_code": "CLIENT_1",
      "login": 10001,
      "enabled": true,
      "license_enabled": true,
      "state": 2,
      "assigned_at": 1744110000,
      "last_logon_at": 0,
      "last_logout_at": 0,
      "rules": {
        "can_logon": true,
        "can_trade": true,
        "can_market_data": true,
        "max_symbols": 100,
        "max_orders_per_min": 60,
        "allowed_symbol_mask": "*",
        "allowed_group_mask": "*",
        "comment": ""
      }
    }
  ]
}