> For the complete documentation index, see [llms.txt](https://hdsd2.entrade.com.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hdsd2.entrade.com.vn/entrade-api/tai-lieu-api-cu/4.-giao-dich-phai-sinh/4.13.-thong-tin-lenh-cat-lo.md).

# 4.13. Thông tin lệnh cắt lỗ

<table><thead><tr><th width="248">Type</th><th width="253">URL</th><th>Method</th></tr></thead><tbody><tr><td>Real</td><td><a href="https://services.entrade.com.vn/entrade-api/risk_configs?investorAccountId=<investor_account_id>">https://services.entrade.com.vn/entrade-api/risk_configs?investorAccountId=&#x3C;investor_account_id></a></td><td>GET</td></tr><tr><td>Demo</td><td><a href="https://services.entrade.com.vn/entrade-api/risk_configs?investorAccountId=<investor_account_id>">https://services.entrade.com.vn/papertrade-entrade-api/risk_configs?investorAccountId=&#x3C;investor_account_id></a></td><td>GET</td></tr></tbody></table>

#### Query parameters

| Field             | Type        | Description                 |
| ----------------- | ----------- | --------------------------- |
| investorAccountId | <p><br></p> | Mã tài khoản của khách hàng |

#### Request header

| Field         | Type        | Description         |
| ------------- | ----------- | ------------------- |
| Authorization | <p><br></p> | Bearer \<JWT Token> |

#### Request Body

| Field | Type        | Description |
| ----- | ----------- | ----------- |
| N/A   | <p><br></p> | <p><br></p> |

#### Response Body

| Field             | Type        | Description                                                                                                                  |
| ----------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------- |
| investorId        | String      | Mã khách hàng                                                                                                                |
| investorAccountId | Int         | Mã tài khoản                                                                                                                 |
| cutLossRate       | Double      | Mức cắt lỗ hiện tại                                                                                                          |
| trailingEnabled   | Bool        | Có đang bật lệnh cắt lỗ hay không                                                                                            |
| createdDate       | String      | <p>Thời điểm (ngày giờ) đặt lệnh, theo định dạng ISO UTC 8601 format datetime</p><p>Ví dụ: 2022-07-15T10:00:00.111+07:00</p> |
| modifiedDate      | String      | Thời điểm (ngày giờ) thay đổi cuối cùng của lệnh                                                                             |
| maxCutLossRate    | <p><br></p> | Mức cắt lỗ tối đa                                                                                                            |
