Skip to content
Skill

ccxt-python

by majiayu000

AI Summary

A 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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 22d ago
Active
Adoption100+ stars on GitHub
530 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars530
Forks83
Issues2
Updated22d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code