using-ccxt-adapter
How to use the CCXT adapter as a multi-exchange factory for CEX trading (Binance, Hyperliquid, Aster, etc.) — setup, credentials, and common operations.
Best use case
using-ccxt-adapter is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
How to use the CCXT adapter as a multi-exchange factory for CEX trading (Binance, Hyperliquid, Aster, etc.) — setup, credentials, and common operations.
Teams using using-ccxt-adapter should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/using-ccxt-adapter/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How using-ccxt-adapter Compares
| Feature / Agent | using-ccxt-adapter | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
How to use the CCXT adapter as a multi-exchange factory for CEX trading (Binance, Hyperliquid, Aster, etc.) — setup, credentials, and common operations.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
## When to use Use this skill when you are: - Trading on centralized exchanges (Binance, Hyperliquid, Aster, Bybit, dYdX, etc.) - Fetching tickers, orderbooks, or balances from CEXes - Placing market/limit orders via CCXT - Writing scripts that interact with multiple exchanges simultaneously ## How to use - [rules/setup-and-config.md](rules/setup-and-config.md) - Adapter init, config format, credentials per exchange - [rules/examples.md](rules/examples.md) - Common operations (tickers, orders, balances, multi-exchange) - [rules/gotchas.md](rules/gotchas.md) - Async lifecycle, credential formats, rate limits