Skip to content
Account Transaction

Account Cash Freeze Transaction History

This interface is used to query the cash freeze and unfreeze flow records for a specified securities account. By providing the account number account_no, it supports filtering by currency currency, 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), amount change, transaction time, and business code.

GEThttps://b-api.longbridge.xyz/v1/whaleapi/asset/financial_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

currencystringOptional

Currency Eg:HKD

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_flows_listarray<object>required

Frozen Transaction History List. Frozen Transaction History List

Child attributes
flow_namestringrequired

Transaction Name. Transaction Name

amountstringrequired

Frozen/UnFrozen Amount. Frozen/UnFrozen Amount

currencystringrequired

Currency. Currency

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