schwab_get_brokerage_order
Get full details for a single order by Schwab order ID.
Returns the same one-line markdown format as get_brokerage_orders, with the average fill price computed across all executionLegs:
[] | | Price: $X @ $avg_fill | Filled: |
Use this when you already have an orderId (e.g., from get_brokerage_orders or from a fill notification) and want a single crisp row rather than the full history list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | Required. Your Nostr public key (npub1...) for credit billing. | |
| order_id | Yes | The Schwab order ID as returned by get_brokerage_orders. | |
| dpop_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |