AI SummaryA comprehensive guide to using CCXT in Python projects for cryptocurrency exchange integration. Both REST and WebSocket APIs are included in the same package.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "ccxt-python" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/ccxt-python && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ccxt-python/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/integration/ccxt-python/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ccxt-python/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/integration/ccxt-python/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
CCXT cryptocurrency exchange library for Python developers. Covers both REST API (standard) and WebSocket API (real-time). Helps install CCXT, connect to exchanges, fetch market data, place orders, stream live tickers/orderbooks, handle authentication, and manage errors in Python. Use when working with crypto exchanges in Python projects, trading bots, data analysis, or portfolio management. Supports both sync and async (asyncio) usage.
CCXT for Python
A comprehensive guide to using CCXT in Python projects for cryptocurrency exchange integration.
REST API (Standard)
`bash pip install ccxt `
WebSocket API (Real-time, ccxt.pro)
`bash pip install ccxt `
Optional Performance Enhancements
`bash pip install orjson # Faster JSON parsing pip install coincurve # Faster ECDSA signing (45ms → 0.05ms) ` Both REST and WebSocket APIs are included in the same package.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster