orders.status
Check the live status of a Polymarket limit order to track fill progress, verify cancellation, or monitor remaining size and current price.
Instructions
Check the live state of a specific Polymarket limit order by its order_id. Use after orders.buy, orders.batch, or wta.bid to track fill progress, or to verify that an orders.cancel call succeeded. Returns the order status (OPEN, FILLED, CANCELLED, or EXPIRED), filled amount, remaining size, current limit price, and the market it was placed on. Obtain the order_id from the response of the placing tool or from orders.list. Only works in live mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | The order ID to check status for |