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