pionex-portfolio
Installation
SKILL.md
Pionex Portfolio (Account) Skill
Query spot account balances on Pionex. Requires API credentials (pionex-ai-kit onboard).
When to use
- User asks: balance, available USDT/other currency, “how much can I spend”, account overview.
Command
| Command | Type | Description |
|---|---|---|
pionex-trade-cli account balance |
READ | All spot balances. Output is JSON; filter by currency (e.g. USDT) as needed. |
Prerequisites
npm install -g @pionex/pionex-ai-kit
pionex-ai-kit onboard
Skill routing
- Balance / account → pionex-portfolio (this skill)
- Market data → pionex-market
- Orders (place/cancel) → pionex-trade
- Futures grid bot lifecycle → pionex-bot
Example
- User: “How much USDT do I have on Pionex?”
- Agent: run
pionex-trade-cli account balance, then from the JSON report the available (and total if present) balance for USDT.
Related skills