This library provides a unified interface for interacting with hundreds of global cryptocurrency exchanges. It serves as a standardized framework for building automated trading systems, allowing developers to fetch real-time market data, manage account balances, and execute orders across multiple financial platforms through a single, predictable set of methods.
The main features of ccxt/ccxt are: Trading Libraries, Algorithmic Trading Systems, Cryptocurrency Trading Platforms, Financial Exchange Integrations, API Abstraction Layers, Request Signing Strategies, Rate-Limited Clients, Broker APIs.
Open-source alternatives to ccxt/ccxt include: deviavir/zenbot — Zenbot is an automated cryptocurrency trading bot designed to execute trades on exchanges based on technical analysis… stocksharp/stocksharp — StockSharp is an algorithmic trading platform and quantitative framework used for developing and deploying trading… hugues31/coinnect — Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API. compendiumfi/pendax-sdk — Javascript SDK for trading on cryptocurrency exchanges like FTX, OKX, Bybit, and more. Supports API data feeds and… freqtrade/freqtrade — This project is an algorithmic trading engine designed for the automated execution of cryptocurrency strategies. It… sammchardy/python-binance — python-binance is a Python client library that provides programmatic access to the Binance cryptocurrency exchange…
Zenbot is an automated cryptocurrency trading bot designed to execute trades on exchanges based on technical analysis and predefined risk parameters. It functions as a technical analysis engine that processes market data through mathematical indicators to generate actionable trade signals. The system includes a genetic algorithm strategy optimizer to automatically discover the most profitable parameter configurations. It provides multiple simulation environments, including a trading strategy backtester for replaying historical data and a paper trading simulator for testing strategies against
StockSharp is an algorithmic trading platform and quantitative framework used for developing and deploying trading robots across stock, forex, and cryptocurrency markets. It functions as a multi-asset trading gateway and a dedicated development environment for building, debugging, and scheduling automated strategies. The platform includes a visual strategy workflow editor that maps logic blocks to executable code and a simulation engine that replays historical tick data to validate trading logic. It utilizes a plugin-based broker integration system to normalize diverse exchange protocols into
Javascript SDK for trading on cryptocurrency exchanges like FTX, OKX, Bybit, and more. Supports API data feeds and WebSocket. Built by the Compendium Team.
Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API.