Skip to content
US IPO

Get IPO Timeline (Generic)

Get IPO Timeline (Generic).

Request parameters

  • Required: counter_id (Counter ID)
  • Optional: market (Market), account_channel (Account Channel), flag (Flag)
  • See each field for its format, allowed values, and business meaning.

Result

Returns the query result; see the 200 response schema for the fields.

GEThttps://b-api.longbridge.xyz/ipo/timeline

Authorization

AuthorizationstringheaderRequired

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

No dedicated permission key. Any authenticated Broker ACCESS_TOKEN with access to this scope can call it.

Parameters

counter_idstringRequired

Specifies Counter ID. This field is required.

marketstring

Specifies Market.

account_channelstring

Specifies Account Channel.

flaginteger

Specifies Flag.

Responses

HTTP 200The request was processed successfully. data is the subscription timeline for the counter.
Standard response envelopecodemessagedata
dataobjectdata structure
timelinearray<object>

Timeline Nodes. Specifies Timeline Nodes.

Child attributes
namestring

Name. Specifies Name.

lightboolean

Light. Specifies Light.

timestring

Time. Specifies Time.

descstring

Description. Specifies Description.

can_subscribeboolean

Can Subscribe. Specifies Can Subscribe.

pay_end_datestring

Pay End Date. Specifies Pay End Date.

beginboolean

Begin. Specifies Begin.

tagsarray<string>

Tags. Specifies Tags.

issue_pricestring

Issue Price. Specifies Issue Price.

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