CCXT
A JavaScript / Python / PHP / C# library for cryptocurrency trading and eCommerce payments across 100+ exchanges.
Why consider CCXT?
CCXT is an open-source algorithmic trading and multi-exchange market connector library written in TypeScript, Python, and PHP by Igor Kroitor. CCXT unifies REST and WebSocket APIs across over 100 cryptocurrency exchanges, providing normalized order routing, candlestick data, and balance synchronization.
Learn CCXT by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of CCXT
CCXT executes programmatic market orders across multiple international trading platforms.
Quickstart
npm install ccxtimport ccxt from 'ccxt';const exchange = new ccxt.binance();const ticker = await exchange.fetchTicker('BTC/USDT');console.log(ticker.last);CCXT is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
activecampaign-api-php
Official ActiveCampaign PHP API client for marketing automation and deal pipelines.
klaviyo-api-python
Official Python SDK for the Klaviyo E-commerce Marketing Automation API.
klaviyo-api-node
Official Node.js SDK for the Klaviyo E-commerce Marketing Automation API.
hubspot-api-python
Official Python client for the HubSpot CRM & Marketing Automation REST APIs.