一键导入
ccxt-account
Query authenticated read-only account state through CCXT including balances, orders, trades, and positions. Do not place or cancel orders.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query authenticated read-only account state through CCXT including balances, orders, trades, and positions. Do not place or cancel orders.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Inspect exchange capabilities, sandbox setup, symbol support, and account management for CCXT.
Query public crypto exchange market data through CCXT. Use for ticker, order book, OHLCV, and symbol discovery. Do not use for balances or trading.
Validate, place, and cancel exchange orders through CCXT. Use only for explicit user-requested trading actions.
| name | ccxt-account |
| description | Query authenticated read-only account state through CCXT including balances, orders, trades, and positions. Do not place or cancel orders. |
Use this skill for private read-only queries.
Rules:
create_order, cancel_order, or set_leverage.fetch_balance, fetch_open_orders, fetch_order, fetch_orders, fetch_my_trades, fetch_positions.account_add_api, account_ls, account_remove, account_set_default) belong to ccxt-admin only.exchange field directly.ccxt-admin.account_add_api exchange=<X> payload={alias:<A>,apiKey:<K>,secret:<S>} runtimeContext={password:<MASTER_PASSWORD>} onboarding.When the action fails with NO_API_ACCOUNT:
../references/exchange-onboarding.md.ccxt-admin.account_add_api first.account_add_api writes credentials into the local encrypted account store for later account reads.If user already has credentials:
When response code is ACCOUNT_LOCKED:
runtimeContext.passwordWhen request fails with AUTH_ERROR:
account_add_api.