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

$curl -o ~/.claude/skills/using-ccxt-adapter/SKILL.md --create-dirs "https://raw.githubusercontent.com/WayfinderFoundation/wayfinder-paths-sdk/main/.claude/skills/using-ccxt-adapter/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/using-ccxt-adapter/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How using-ccxt-adapter Compares

Feature / Agentusing-ccxt-adapterStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

Related Skills

We are still matching the closest adjacent skills for this page. In the meantime, continue through the full directory.