Skip to content
Longport Whale
Unfreeze Assets

Asset Unfreeze (Single/Batch)

The Cash/Stock/Fund tabs' "Unfreeze" actions on the Unfreeze Assets page share one endpoint: clicking "Unfreeze" on a single row sends one id, while "Batch Process" for multiple selected rows sends multiple ids. This performs real asset unfreezing.

POSThttps://b-api.longbridge.xyz/risk_event/batch_settlement_unfrozen

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

id_listarray<string>required

Freeze Record ID List. Pass an array of length 1 for a single unfreeze, or multiple IDs for a batch unfreeze.

Responses

HTTP 200Returns business fields.
Standard response envelopecodemessagedata
dataobjectdata structure
ticket_idstring

Unfreeze Ticket ID

Whale Docs