Get Order
get_orderRetrieve a single order from your Poloniex account using either its order ID or client order ID. Resolves order details for tracking or verification.
Instructions
Fetch a single order by its order id or client order id (provide exactly one). Requires POLONIEX_API_KEY and POLONIEX_API_SECRET in the environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The order id. | |
| clientOrderId | No | The client-specified order id (looked up as cid:...). |