🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

pionex-bot

by @pibrandon

Use when the user asks to create, query, list, adjust, reduce, or cancel Pionex bot orders (Futures Grid, Spot Grid, Smart Copy). Includes listing/paginating...

πŸ’‘ Examples

# --- Futures Grid ---

List running futures grid bot orders

pionex-trade-cli bot order_list --status running --bu-order-types futures_grid

List all running bot orders across all types

pionex-trade-cli bot order_list --status running

Filter by symbol

pionex-trade-cli bot order_list --base BTC --quote USDT

Paginate to next page

pionex-trade-cli bot order_list --status finished --page-token

Read one bot status

pionex-trade-cli bot futures_grid get --bu-order-id 123456789

Validate futures grid params before creating

pionex-trade-cli bot futures_grid check_params \ --base BTC \ --quote USDT \ --bu-order-data-json '{"top":"110000","bottom":"90000","row":100,"grid_type":"arithmetic","trend":"long","leverage":5,"extraMargin":"0","quoteInvestment":"100"}'

Dry-run create

pionex-trade-cli bot futures_grid create \ --base BTC \ --quote USDT \ --bu-order-data-json '{"top":"110000","bottom":"90000","row":100,"grid_type":"arithmetic","trend":"long","leverage":5,"extraMargin":"0","quoteInvestment":"100"}' \ --dry-run

Dry-run adjust

pionex-trade-cli bot futures_grid adjust_params --body-json '{"buOrderId":"123456789","type":"invest_in","quoteInvestment":50,"extraMargin":false}' --dry-run

--- Spot Grid ---

Get AI-recommended parameters for BTC/USDT spot grid

pionex-trade-cli bot spot_grid get_ai_strategy --base BTC --quote USDT

Validate spot grid params before creating

pionex-trade-cli bot spot_grid check_params \ --base BTC \ --quote USDT \ --bu-order-data-json '{"top":"110000","bottom":"90000","row":50,"grid_type":"arithmetic","quoteInvestment":"200"}'

Dry-run create spot grid (using AI-recommended or user-specified params)

pionex-trade-cli bot spot_grid create \ --base BTC \ --quote USDT \ --bu-order-data-json '{"top":"110000","bottom":"90000","row":50,"grid_type":"arithmetic","quoteInvestment":"200"}' \ --dry-run

Query spot grid bot status

pionex-trade-cli bot spot_grid get --bu-order-id 987654321

Add investment to running spot grid bot

pionex-trade-cli bot spot_grid invest_in \ --body-json '{"buOrderId":"987654321","quoteInvestment":"100"}' \ --dry-run

Extract accumulated grid profits

pionex-trade-cli bot spot_grid profit \ --body-json '{"buOrderId":"987654321"}' \ --dry-run

Cancel spot grid bot

pionex-trade-cli bot spot_grid cancel --bu-order-id 987654321 --dry-run

List running spot grid bots

pionex-trade-cli bot order_list --status running --bu-order-types spot_grid

--- Smart Copy ---

Step 1: Get investment range for a signal (quote-investment 0 = range query only)

pionex-trade-cli bot smart_copy check_params \ --base BTC \ --quote USDT \ --leverage 5 \ --quote-investment 0

Step 1b: Validate a specific investment amount

pionex-trade-cli bot smart_copy check_params \ --base BTC \ --quote USDT \ --leverage 5 \ --quote-investment 100

Step 2: Dry-run create (single signal, leverage 5)

pionex-trade-cli bot smart_copy create \ --base BTC \ --quote USDT \ --bu-order-data-json '{"quote_total_investment":"100","portfolio":[{"base":"BTC","signal_type":"","leverage":5}]}' \ --dry-run

Dry-run create with stop-loss/take-profit and multi-signal portfolio

pionex-trade-cli bot smart_copy create \ --base BTC \ --quote USDT \ --bu-order-data-json '{"quote_total_investment":"200","portfolio":[{"base":"BTC","signal_type":"","leverage":5,"percent":"0.5","profit_stop_ratio":"0.3","loss_stop_ratio":"0.1"},{"base":"ETH","signal_type":"","leverage":3,"percent":"0.5"}]}' \ --dry-run

Query smart copy bot status

pionex-trade-cli bot smart_copy get --bu-order-id 111222333

Cancel smart copy bot

pionex-trade-cli bot smart_copy cancel \ --bu-order-id 111222333 \ --dry-run

Cancel and convert holdings into Earn products

pionex-trade-cli bot smart_copy cancel \ --bu-order-id 111222333 \ --convert-into-earn-coin \ --dry-run

Push a trading signal to the Pionex signal platform (signal provider role)

pionex-trade-cli bot signal listener \ --signal-type \ --signal-param '{}' \ --base BTC \ --quote USDT \ --time "2026-04-15T10:00:00Z" \ --price 85000 \ --action buy \ --position-size 1 \ --contracts 1 \ --dry-run

List running smart copy bots

pionex-trade-cli bot order_list --status running --bu-order-types smart_copy

View on ClawHub
TERMINAL
clawhub install pionex-bot

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’