pionex-portfolio

Use when the user asks for Pionex account balance, available funds, or “how much USDT do I have”. Read-only; requires API credentials. Do NOT use for market data (pionex-market) or placing/cancelling orders (pionex-trade).

Install

openclaw skills install @pibrandon/pionex-portfolio

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

CommandTypeDescription
pionex-trade-cli account balanceREADAll spot balances. Output is JSON; filter by currency (e.g. USDT) as needed.

Prerequisites

bash
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.