Skip to content
Account Transaction

Account Stock Freeze Transaction History

This interface is used to query the stock freeze and unfreeze flow records for a specified securities account. By providing the account number account_no, it supports filtering by stock symbol symbol, market market, freeze status frozen_status, and time range, returning a paginated list of matching freeze flow records. Each record includes the freeze type (freeze or unfreeze), quantity change, transaction time, and business code.

GEThttps://b-api.longbridge.xyz/v1/whaleapi/asset/stock_frozen_flows

Authorization

AuthorizationstringheaderRequired

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

Parameters

account_nostringRequired

Account NO Eg:L6VQEU00121996

frozen_statusstringOptional

Frozen Status 0 - All 1 - frozee 2 - unfrozee Eg:0

symbolstringOptional

Stock Code Eg:IBM.US

marketstringOptional

Market Information Eg:US

start_timestringOptional

Start Time

end_timestringOptional

End Time

pagestringOptional

Page

sizestringOptional

The Number Of Page Size

Responses

HTTP 200Fields are taken from the real responses definition for this operation in the published Whale OpenAPI spec (whale-openapi/Whale-openapi.json).
Standard response envelopecodemessagedata
dataobjectdata structure
frozen_stock_flows_listarray<object>required

Frozen Stock Transaction List. Frozen Stock Transaction List

Child attributes
flow_namestringrequired

Transaction Name. Transaction Name

quantitystringrequired

Frozen/UnFrozen Amount. Frozen/UnFrozen Amount

marketstringrequired

Market. Market

symbolstringrequired

Symbol. Symbol

bussiness_timestringrequired

Business Time. Business Time

serial_numstringrequired

Serial Number. Serial Number

frozen_typenumberrequired

Frozen Type. Frozen Type

bussiness_codestringrequired

Business Code. Business Code

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