get_order
Retrieve a single order by ID to view its status, fills, and remaining size. Provide market ID when known to aid routing; API credentials required.
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. |