Added
IPO offerings, events stream, and indications of interest
about 1 month ago
Broker API
Adds IPO support to the Broker API:
- List IPO offerings with
availabilityandtickerfilters, and retrieve a single offering by itsoffering_reference. - A new SSE stream for IPO offering lifecycle events.
- A new
ipovalue on the asset class enum for IPO indications of interest. IPO indications are notional-only (notionalrequired,qtyomitted), buy-side,markettype, andgtctime in force, and can be submitted, replaced, and canceled through the order endpoints while the offering is open.
Affected Endpoints
GET /v2/events/iposGET /v1/iposGET /v1/ipos/{offering_reference}POST /v1/trading/accounts/{account_id}/ordersPATCH /v1/trading/accounts/{account_id}/orders/{order_id}
Trading API
Adds a new ipo value on the asset class enum for IPO indications of interest. IPO indications are notional and can be submitted and replaced through the order endpoints by providing a notional value; qty and notional remain mutually exclusive on a single replace request. Non-IPO notional orders still cannot be replaced.
Affected Endpoints
POST /v2/ordersPATCH /v2/orders/{order_id}GET /v2/ordersGET /v2/orders/{order_id}