Skills › Blockchain & Web3 › Crypto trading & exchange
ccxt-python
Complete CCXT crypto-exchange trading super-skill: REST + WebSocket (ccxt.pro) across 5 languages — Python (primary), plus TypeScript/JavaScript, Go, PHP and C#/.NET, with per-language install and quick start. Curated merge of 5 skills.
Tools: ccxt,orjson,coincurve,–upgrade
Preview
—
name: ccxt-python
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.
## Installation
### REST API (Standard)
“`bash
pip install ccxt
“`
### WebSocket API (Real-time, cc
…
This is a premium super-skill. The full, curated skill unlocks with membership.