IPO Order Detail
ipo_order_detailRetrieve detailed information for a specific IPO order, including order ID, symbol, market, quantity, allotted amount, total amount, status, and submission time.
Instructions
Show detailed information for a specific IPO order by order_id. Returns {order_id, symbol, market, quantity, allotted_quantity, total_amount, status, submitted_at}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | IPO order ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | No | IPO order ID. | |
| symbol | No | Security symbol, e.g. "6871.HK". | |
| market | No | Market code, e.g. "HK" / "US". | |
| quantity | No | Subscription quantity. | |
| allotted_quantity | No | Allotted quantity after the IPO drawing. | |
| total_amount | No | Total subscription amount (stringified decimal). | |
| status | No | Order status. | |
| submitted_at | No | Order submission time (RFC3339). |