Get Open Orders
get_open_ordersRetrieve open orders for your Poloniex account. Filter by trading pair, side, and pagination to view unfilled trades.
Instructions
Fetch active (open) orders for the account. Requires POLONIEX_API_KEY and POLONIEX_API_SECRET in the environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Order id to start the query from (default 0). | |
| side | No | Filter by order side. | |
| limit | No | Number of orders to return (default 500, max 2000). | |
| symbol | No | Filter by trading pair, e.g. "BTC_USDT". Omit for all. | |
| direction | No | Query direction relative to `from`. | |
| accountType | No | Account type; "SPOT" is the default and only supported value. |