ccxt

Consolidate CCXT documentation into a searchable guide for REST and WebSocket usage.

1|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/anliang0306/VIBE-CODING-CN --skill ccxt-anliang0306
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccxt
Source: https://github.com/anliang0306/VIBE-CODING-CN/tree/main/i18n/zh/skills/ccxt
Command: npx skills add https://github.com/anliang0306/VIBE-CODING-CN --skill ccxt-anliang0306

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill consolidates CCXT official documentation into an approachable, searchable guide, helping developers quickly learn how to work with CCXT across REST and WebSocket workflows without wading through multiple sources.

Core Features & Use Cases

  • Unified API guidance for REST and CCXT Pro streaming
  • Getting started tutorials and comprehensive references for cross-language usage
  • Practical workflows such as loading markets, fetching tickers, and executing trades

Quick Start

Ask the skill to fetch the BTC/USDT ticker from Binance with CCXT and adapt the example to your preferred language.

Frequently Asked Questions about ccxt

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

FAQPage Schema
How do I use the CCXT unified API to fetch a ticker from an exchange?

To fetch a ticker using the CCXT unified API, you instantiate an exchange class, load its markets, and call the ticker fetching method. This Skill provides practical workflows for loading markets and fetching tickers across supported languages.

Does CCXT support both REST and WebSocket connections for trading?

CCXT supports both REST and WebSocket connections. This guide covers REST usage alongside CCXT Pro streaming workflows, providing reference materials for both connection types across multiple languages.

Can I execute trades across different exchanges using a single CCXT library?

Yes, you can execute trades across different exchanges using the unified CCXT API. This Skill consolidates official documentation into practical workflows for executing trades and standardizing interactions across various exchange platforms.

What is the best way to get started with loading markets in CCXT?

The best way to get started with loading markets in CCXT is by following the getting started tutorials. This guide consolidates reference materials and practical examples to help developers initialize exchange objects and retrieve market data efficiently.

Are there cross-language references available for CCXT REST and WebSocket workflows?

Cross-language references for CCXT REST and WebSocket workflows are available within this guide. It exposes comprehensive documentation and practical examples that apply across languages for unified API usage and streaming tasks.

Why do I need to load markets before fetching data or trading in CCXT?

You need to load markets before fetching data or trading in CCXT to initialize the exchange's symbol and currency metadata. This Skill includes practical workflows that explain how to load markets as a prerequisite for subsequent operations.