get_order
Retrieve a specific order by its ID to see its status, fills, and remaining size. Optionally provide the market ID for routing.
Instructions
Get a single order by its id (status, fills, remaining size). Pass market_id when known — the spec marks it required for routing, though the gateway currently resolves the order without it. Requires API credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Order id to look up. | |
| market_id | No | Market the order rests on (used for routing). Optional but recommended. |