ccxt

Fetch unified public crypto market data from over 100 exchanges via CCXT.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ebrahim-sani/trading-automation --skill ccxt-ebrahim-sani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccxt
Source: https://github.com/ebrahim-sani/trading-automation/tree/main/vibe-trading/agent/src/skills/ccxt
Command: npx skills add https://github.com/ebrahim-sani/trading-automation --skill ccxt-ebrahim-sani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill provides unified, rate‑limited access to public crypto market data across dozens of exchanges, eliminating the need to integrate each exchange individually.

Core Features & Use Cases

  • Unified API: Access OHLCV candles, tickers, order books, and trades from over 100 exchanges through a single interface.
  • Fallback Data Source: Serves as a reliable backup when the primary OKX data loader is unavailable.
  • Easy Integration: Set the target exchange via environment variable and fetch data with simple method calls.

Quick Start

Ask the ccxt skill to fetch the current ETH/USDT price from Binance.

Frequently Asked Questions about ccxt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch crypto OHLCV candles and tickers from multiple exchanges?

To fetch crypto OHLCV candles and tickers from multiple exchanges, you can use this interface to retrieve unified public market data across over 100 supported exchanges. It eliminates the need to integrate each exchange individually by providing a single, rate-limited API.

Do I need the CCXT Python library to retrieve crypto market data?

Yes, you need the CCXT Python library installed to retrieve crypto market data using this skill. It relies on the library's unified interface and requires appropriate environment configuration, such as setting the CCXT_EXCHANGE variable, to access specific exchange endpoints.

Can I use this to get order books and trade history for any crypto symbol?

Yes, you can use this to get order books and trade history for any crypto symbol on supported exchanges. It provides unified access to public market data, allowing you to retrieve trades, tickers, and OHLCV candles through simple method calls.

What is the best way to access unified crypto market data as a fallback?

The best way to access unified crypto market data as a fallback is using this skill, which serves as a reliable backup when primary data loaders are unavailable. It offers rate-limited access to public data across dozens of exchanges via a single interface.

How do I set the target exchange when fetching crypto market data?

You set the target exchange when fetching crypto market data by configuring the CCXT_EXCHANGE environment variable. Once the environment is configured, you can fetch data for any symbol using simple method calls through the unified API.