cdcx-check-balance

Installation
SKILL.md

Check Balance

When to Use

  • Confirm credentials work before any trading workflow
  • Report current wallet balance to the user
  • Script gating: "only trade if available USDT > X"

Requires authentication.

Preflight

# Are credentials resolvable?
cdcx account info -o json > /dev/null 2>&1 && echo ok || echo "auth not configured"

If this fails, redirect the user to cdcx setup or the cdcx-auth-setup skill.

Installs
1
GitHub Stars
21
First Seen
Jun 17, 2026
cdcx-check-balance — crypto-com/cdcx-cli