ccxt

Access cryptocurrency exchange APIs for trading and market data via CCXT.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/zphwd/bianchengbaodian --skill ccxt-zphwd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccxt
Source: https://github.com/zphwd/bianchengbaodian/tree/main/skills/ccxt
Command: npx skills add https://github.com/zphwd/bianchengbaodian --skill ccxt-zphwd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive assistance for interacting with cryptocurrency exchanges via the CCXT library, simplifying trading, market data retrieval, and automation.

Core Features & Use Cases

  • Exchange API Integration: Connect to and utilize APIs from over 150 cryptocurrency exchanges.
  • Trading Automation: Programmatically execute trades, manage orders, and automate trading strategies.
  • Market Data Access: Fetch real-time and historical market data, including tickers, order books, and OHLCV data.
  • Use Case: Automate the process of fetching the current price of BTC/USDT from Binance, placing a limit buy order if the price drops below a certain threshold, and sending a notification upon execution.

Quick Start

Use the ccxt skill to fetch the ticker for BTC/USDT on Binance.

Frequently Asked Questions about ccxt

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

FAQPage Schema
How do I automate cryptocurrency trading across multiple exchanges using Python?

You can automate cryptocurrency trading across multiple exchanges using the CCXT library, which provides unified methods in Python for order placement, balance checks, and real-time market data streaming across over 150 exchanges.

How do I fetch real-time market data and historical OHLCV data from exchange APIs?

Fetch real-time market data and historical OHLCV data from exchange APIs using the CCXT library's unified methods, which standardize data retrieval for tickers and order books across JavaScript, Python, and PHP.

Does CCXT support both JavaScript and PHP for cryptocurrency exchange API integration?

Yes, CCXT supports JavaScript and PHP in addition to Python for cryptocurrency exchange API integration, offering unified methods to interact with over 150 exchanges for trading and market data retrieval.

What is the best way to programmatically execute trades and manage orders on Binance?

The best way to programmatically execute trades and manage orders on Binance is using the CCXT library, which provides a unified API for placing limit orders and managing balances across 150+ cryptocurrency exchanges.

Why does my cryptocurrency trading automation script require understanding of exchange-specific features?

Cryptocurrency trading automation via CCXT requires understanding exchange-specific features because each of the 150+ supported exchanges has unique API conventions and limitations that affect order placement and market data retrieval.