How to use the CCXT adapter as a multi-exchange factory for CEX trading (Binance, Hyperliquid, Aster, etc.) — setup, credentials, and common operations.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add WayfinderFoundation/wayfinder-paths-sdk --skill using-ccxt-adapter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Using Ccxt Adapter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wayfinderfoundation-using-ccxt-adapter)More formats (shields.io, HTML) on the badges page.
---
name: using-ccxt-adapter
description: How to use the CCXT adapter as a multi-exchange factory for CEX trading (Binance, Hyperliquid, Aster, etc.) — setup, credentials, and common operations.
metadata:
tags: wayfinder, ccxt, binance, hyperliquid, aster, cex, trading, exchange
---
## 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Write a short, colloquial summary for a Paperclip summary slot: open with the 1–3 specific, concrete actions the reader needs to take right now to unblock the work, then a brief plain-language status, streaming progress as it works.
Create, comment on, update, and list Paperclip tasks from Hermes using scoped Paperclip API credentials.
Team Mode security research skill. Orchestrates 3 vulnerability hunters and 2 PoC engineers to audit a codebase in parallel, prove exploitability, classify root causes, and calibrate severity by actual exploitability. Use for security review, vulnerability research, exploitability audit, pre-release security check, threat model validation, and `/security-research`. Triggers: 'security-research', 'security research', 'security review', 'vulnerability audit', 'exploitability audit', '보안 리뷰', '취...
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。