Get Open Smart Orders
get_smart_open_ordersFetch active smart orders (stop/stop-limit) from your Poloniex account. Filter by symbol, side, or order ID to quickly view pending orders.
Instructions
Fetch active (pending) smart orders (stop / stop-limit) for the account. Requires POLONIEX_API_KEY and POLONIEX_API_SECRET in the environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Smart order id to start the query from (default 0). | |
| side | No | Filter by order side. | |
| limit | No | Number of smart orders to return. | |
| symbol | No | Filter by trading pair, e.g. "BTC_USDT". Omit for all. | |
| direction | No | Query direction relative to `from`. |