IPO Orders
ipo_ordersList active and historical IPO orders from Longbridge, with filters for symbol, market, or status.
Instructions
List IPO orders (active+history). Returns orders[]{order_id, symbol, market, quantity, total_amount, status, submitted_at}. Filter by symbol, market, or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Filter by symbol, e.g. "6871.HK" | |
| market | No | Filter by market: "HK" or "US" | |
| status | No | Filter by order status | |
| page | No | Page number (default: 1) | |
| size | No | Page size (default: 20) |