Skip to content
Longport Whale
Blacklist

Add Block Record

Submitted from the "Add" action on the Blacklist page to add a new blacklist record; before submission it verifies whether the target has already been granted credit.

POSThttps://b-api.longbridge.xyz/v3/risk/block_record

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

dimensionintegerrequired

Dimension Type. Enum: 0=account number, 1=member ID.

valuestringrequired

Dimension Value. The account number or member ID value corresponding to the dimension type; upon entry, it is validated in real time to check whether credit has already been granted.

block_type_listarray<string>required

Block Type List. Multi-select with numeric elements; values come from the risk_block_type dynamic enum (such as trading prohibited or deposit prohibited); not fixed.

remarkstring

Remark

operatorstringrequired

Operator. The operator; automatically populated by the frontend with the currently logged-in username; not a form-visible field.

audit_frontend_resourceobject

Frontend Audit Resource. An audit-trail field, not a business parameter, containing dimension_name (dimension name), display_block_types (block type text, comma-separated), and $behavior (operation description).

Responses

HTTP 200No confirmable field definitions are available for the response yet.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs