ccxt · 100+ exchanges, one unified API

Change one word.
Connect to any exchange.

A unified cryptocurrency trading library — one API across 100+ exchanges in JavaScript, Python, PHP, C#, Go and Java. Made for developers and AI agents.

strategy.ts ccxt
// one unified API — pick any venue
import ccxt from 'ccxt'

const ex = new ccxt.binance()
const t  = await ex.fetchTicker('BTC/USDT')
response · unified
symbol"BTC/USDT"
last67214.50
bid / ask67213.0 / 67215.0
exchangebinance
identical shape, every exchange

Install in seconds

Add CCXT to your stack — or let your AI agent set it up.

For AI agents — install the CCXT skillsview script
$curl -fsSL https://raw.githubusercontent.com/ccxt/ccxt/master/install-skills.sh | bash
$npm install ccxt