jeremy-georges-filteau/ccxt icon
public
Published on 5/20/2025
CCXT

The ccxt library is a collection of available crypto exchanges or exchange classes. Each class implements the public and private API for a particular crypto exchange. All exchanges are derived from the base Exchange class and share a set of common methods. To access a particular exchange from ccxt library you need to create an instance of corresponding exchange class. Supported exchanges are updated frequently and new exchanges are added regularly.

CCXThttps://docs.ccxt.com/#/