pionex-bot
Installation
SKILL.md
Pionex Bot Skill
Use this skill for Pionex bot lifecycle actions: Futures Grid (get, create, adjust, reduce, cancel), Spot Grid (get, get_ai_strategy, create, adjust_params, invest_in, cancel, profit), and Smart Copy (get, create, check_params, cancel). Also handles pushing trading signals to the Pionex signal platform.
Routing
- Bot lifecycle (futures grid) -> pionex-bot (this skill)
- Bot lifecycle (spot grid) -> pionex-bot (this skill)
- Bot lifecycle (smart copy) -> pionex-bot (this skill)
- Push trading signal to signal platform (signal provider role) -> pionex-bot (this skill)
- Market data -> pionex-market
- Spot balance -> pionex-portfolio
- Spot order placement/cancel -> pionex-trade
Commands
| Command | Type | Description |
|---|---|---|
pionex-trade-cli bot order_list [--status running|finished] [--base BTC] [--quote USDT] [--page-token <token>] [--bu-order-types futures_grid,spot_grid,smart_copy] |
READ | List bot orders with optional filters and pagination |
Related skills