Skip to content
Account Transaction

Account Stock Transaction History

This interface is used to query the stock position change records for a specified securities account. By providing the account number account_no, it supports filtering by stock symbol symbol, market market, transaction direction stock_flows_direction, and time range, returning a paginated list of matching stock flow records. Each record includes the flow name, quantity change, transaction time, and business code.

POSThttps://b-api.longbridge.xyz/v1/whaleapi/asset/stock_flows

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

account_nostringrequired

Account NO Eg:L6VQEU00121996. Account NO Eg:L6VQEU00121996

stock_flows_directionnumber

Transaction Direction. Transaction Direction

symbolstring

Stock Information. Stock Information

marketstring

Market. Market

start_timenumber

Start Time. Start Time

end_timenumber

End Time. End Time

pagenumber

Page. Page

sizenumber

he Number Of Items Per Page. he Number Of Items Per Page

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

Stock Transaction List. Stock Transaction List

Child attributes
flow_namestringrequired

Transaction Name. Transaction Name

quantitystringrequired

Change Quantity. Change Quantity

marketstringrequired

Market. Market

symbolstringrequired

Stock Information. Stock Information

bussiness_timestringrequired

Business Time. Business Time

descriptionstringrequired

Remark. Remark

directionnumberrequired

Transaction Direction. Transaction Direction

serial_numstringrequired

Serial Number. Serial Number

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