Critical-risk tools in Pionex Trade
15 of the 49 tools in Pionex Trade are classified as critical risk. This page profiles those tools specifically, with recommended policy actions and the attack patterns that target them.
Every operation listed below is an action PolicyLayer recommends controlling at the transport layer. Open any tool to see the full profile, risk score, and YAML policy snippet.
Tools at critical risk
-
pionex_bot_futures_grid_cancelDestructiveCancel and close a futures grid bot order.
-
pionex_bot_spot_grid_cancelDestructiveCancel and close a spot grid bot order.
-
pionex_orders_cancel_all_ordersDestructiveCancel all open orders for a symbol.
-
pionex_orders_cancel_orderDestructiveCancel an open order by order ID.
-
pionex_bot_futures_grid_adjust_paramsFinancialAdjust futures grid bot params (invest_in / adjust_params / invest_in_trigger).
-
pionex_bot_futures_grid_createFinancialCreate a futures grid order (openapi_bot.yaml CreateFuturesGridRequest / CreateFuturesGridOrderData). https://github.com/pionex-official/pionex-open-api/blob/main/openapi_bot.ya...
-
pionex_bot_futures_grid_reduceFinancialReduce futures grid bot position.
-
pionex_bot_signal_listenerFinancialPush a trading signal to the Pionex signal platform (signal provider use). The platform forwards the signal to all smart copy bots subscribed to the given signalType. Use action...
-
pionex_bot_smart_copy_createFinancialCreate a smart copy bot order. Required: base, quote, bu_order_data.quote_total_investment, bu_order_data.portfolio (each portfolio item needs base, signal_type, leverage). Retu...
-
pionex_bot_spot_grid_createFinancialCreate a spot grid bot order (openapi_bot.yaml CreateSpotGridRequest / CreateSpotGridOrderData). Required: base, quote, buOrderData. Optional: note. buOrderData required: top, b...
-
pionex_bot_spot_grid_invest_inFinancialAdd additional quote investment to a running spot grid bot.
-
pionex_earn_dual_collectFinancialCollect settled Dual Investment earnings into the user's spot account. Requires Earn permission (API key + secret). Only orders in a settled state can be collected.
-
pionex_earn_dual_investFinancialCreate a new Dual Investment order. Requires Earn permission (API key + secret). Provide either baseAmount (invest in base currency) or currencyAmount (invest in investment curr...
-
pionex_earn_dual_revoke_investFinancialRevoke a pending Dual Investment order before it is matched. Requires Earn permission (API key + secret). Parameters are sent as a JSON request body. Only orders in a pending/un...
-
pionex_orders_new_orderFinancialCreate a spot order on Pionex. LIMIT requires symbol/side/type=LIMIT/price/size. MARKET BUY requires amount (quote). MARKET SELL requires size (base).
Attacks that target this class
Critical-risk tools in any server share these documented attack patterns. Each links to the full case and the defensive policy.