Skip to content
Subscription Records

Get Order List

Get Order List

GEThttps://b-api.longbridge.xyz/v1/whaleapi/ipo/order/list

Authorization

AuthorizationstringheaderRequired

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

Parameters

symbolstringOptional
pagestringRequired

Page num

limitstringRequired

Page size

account_nostringRequired

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
has_morebooleanrequired

Has more orders or not. Has more orders or not

listarray<object>required

list

Child attributes
idstringrequired

Order id. Order id

namestringrequired

Short name of stock. Short name of stock

codestringrequired

Stock code. Stock code

symbolstringrequired

ticker.region. ticker.region

statusstringrequired

Order status. Order status

methodstringrequired

Subscription method. Subscription method

created_atintegerrequired

Order submit time. Order submit time

currencystringrequired

Order currency. Order currency

sub_qtystringrequired

Subscribe qty. Subscribe qty

sub_amountstringrequired

sub_amount

cash_amountstringrequired

cash_amount

financing_amountstringrequired

financing_amount

financing_ratiostringrequired

financing_ratio

handing feeobjectrequired

handing fee

lot_win_qtystringrequired

Allocted qty. Allocted qty

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