ccxt · 100+ exchanges, one unified API

Mude uma palavra.
Conecte-se a qualquer exchange.

Uma biblioteca unificada de trading de criptomoedas — uma API em mais de 100 exchanges em JavaScript, Python, PHP, C#, Go e Java. Feito para desenvolvedores e agentes de IA.

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

Instale em segundos

Adicione o CCXT à sua stack — ou deixe o seu agente de IA configurá-lo.

Para agentes de IA — instale as skills do CCXTver script
$curl -fsSL https://raw.githubusercontent.com/ccxt/ccxt/master/install-skills.sh | bash
$npm install ccxt