12. Lấy cấu hình cắt lỗ
Method:
GETDescription: Lấy cấu hình mặc định cắt lỗ
Parameters: None
Query parameters:
investorAccountId: tiểu khoản
Response:
{
"total": 1,
"data": [
{
"investorId": 1000000036,
"investorAccountId": 1000000036,
"cutLossRate": 0.2,
"trailingEnabled": false,
"createdDate": "2022-11-10T03:12:40.462Z",
"modifiedDate": "2025-11-26T03:12:50.692Z",
"maxCutLossRate": 0.4,
"autoIncreaseDealRate": true,
"enableAutoDealDepositNoti": true
}
]
}Mô tả (các field quan trọng):
cutLossRate: tỉ lệ cắt lỗtrailingEnabled: bật tắt tinh năng trailing stopenableAutoDealDepositNoti: bật tắt tự động nộp cọc vào deal
Last updated