orders.status
Check the live status of a Polymarket limit order using its order ID. Track fill progress after placing an order or verify cancellation success. Returns status, filled amount, remaining size, price, and market.
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 |