# 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                                                                                                            |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hdsd2.entrade.com.vn/entrade-api/tai-lieu-api-cu/4.-giao-dich-phai-sinh/4.13.-thong-tin-lenh-cat-lo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
