Skip to content
Dealer Limit

Create Trader Limit

Creates a trading-limit configuration for a specified trader.

This is a write operation.

POSThttps://b-api.lbkrs.com/risk_limit/v2/trader/create

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Permission

lb_hk_risk_limit_config.risk_limit_config_trader_update

The Broker ACCESS_TOKEN must be granted the permission above, or the call will be rejected.

Request body application/json

traderstringrequired

Trader

codestringrequired

Limit Type. Limit-type identifier.

currencystringrequired

Currency

namestring

Name

condition_warnobject

Warning condition.

Child attributes
operatorstring

Comparison operator.

Values
0
>=
1
>
2
<=
3
<
4
Unlimited
quotastring

Threshold value.

condition_auditobject

Audit condition.

Child attributes
operatorstring

Comparison operator.

Values
0
>=
1
>
2
<=
3
<
4
Unlimited
quotastring

Threshold value.

condition_rejectobject

Rejection condition.

Child attributes
operatorstring

Comparison operator.

Values
0
>=
1
>
2
<=
3
<
4
Unlimited
quotastring

Threshold value.

Responses

HTTP 200OK
Standard response envelopecodemessagedata
dataobjectdata structure
ticket_idstring

Ticket id

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs