CCXT: Cryptocurrency Exchange Trading API Library
Unified API library for 100+ cryptocurrency exchanges, standardizing trading, market data, and account management.
Learn more about CCXT
CCXT is a cryptocurrency trading library that abstracts the APIs of multiple exchanges into a single, consistent interface. The library implements both public APIs for market data and private APIs for trading operations, normalizing the different data formats and authentication methods used by various exchanges. It provides implementations in JavaScript/TypeScript, Python, C#, PHP, and Go, with support for both synchronous and asynchronous operations. The library is commonly used for algorithmic trading, arbitrage systems, portfolio management tools, and market data analysis applications.
Multi-Language Support
Provides identical functionality across JavaScript, Python, C#, PHP, and Go implementations. Each language version maintains API consistency and feature parity.
Unified Interface
Standardizes disparate exchange APIs into a common format for trading operations and market data. Handles authentication, rate limiting, and error handling across different exchange protocols.
Exchange Coverage
Supports over 100 cryptocurrency exchanges with both spot and derivatives trading capabilities. Includes certified integrations with major exchanges and regular updates for API changes.
v4.5.34
- –fix(bitget): UTA fixes by @luca-nardelli in
- –chore(backpack): skip test ^ by @ttodua in
- –test(foxbit): ohlcv tests ^ by @ttodua in
- –chore(paradex): skip broken ^ by @ttodua in
- –feat(alp): migrate btc-alpha to alp.com by @ttodua in
v4.5.33
- –fix(aster): dex flag by @carlosmiei in
- –fix(flag): missing flag by @carlosmiei in
- –fix(go): Fix tags of ccxt.pro for golang - merge PRO into base module (single module) by @pcriadoperez in
- –fix(backpack): ws trades sort by @ttodua in
- –feat(paradex): add watchOrders by @carlosmiei in
v4.5.32
- –feat(eth-keys): getEthWalletAddressFromPrivateKey by @ttodua in
- –fix(cryptomus): fetchCurrencies false by @ttodua in
- –fix(bigone): ticker values by @ttodua in
- –chore(dydx): skip bidask compare by @ttodua in
- –chore: try to cache go modules by @carlosmiei in
Related Repositories
Discover similar tools and frameworks used by developers
Bitcoin Core
Reference implementation of the Bitcoin protocol that connects to the peer-to-peer network for block validation.
Foundry
A modular toolkit for Ethereum application development that includes compilation, testing, and deployment tools.
Electrum
A lightweight Bitcoin wallet client written in Python that supports Lightning Network transactions.
Lotus
Go-based reference implementation of the Filecoin distributed storage network protocol.
Uniswap V2 Core
Core smart contracts for Uniswap V2 AMM protocol handling liquidity pools, token swaps, and fee collection.