ccxtccxtOfficialยท4 Agent Skills Included

ccxt

Trade and pull market data from 100+ crypto exchanges

Connects AI agents and apps to over 100 cryptocurrency exchanges through one unified API. Fetches prices, order books, and candlesticks, places orders, and streams live market data over WebSocket. Removes the pain of learning each exchange's unique API, authentication, and data formats. Includes per-language guides, a terminal CLI, and an MCP server for direct AI agent integration.
npx skills add ccxt/ccxt --all -g -y
Available:

Tells the AI agent to edit only the TypeScript source files, never touch generated code, and follow the test-first workflow with strict live-trading safety limits when working on this library.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install CCXT?โ–ผ

Run `npx skills add ccxt/ccxt --all -g -y` in your terminal to install all skills in this suite globally.

What is CCXT used for?โ–ผ

CCXT lets you connect to 100+ crypto exchanges with one unified API to fetch market data, check balances, and place trades. It works in JavaScript, Python, PHP, C#, Go, and Java.

Can AI agents trade crypto with CCXT?โ–ผ

Yes. The included ccxt-mcp server lets agents like Claude query prices and place orders, while your API keys stay local and are never shown to the model.

Does CCXT support real-time price streaming?โ–ผ

Yes. CCXT Pro adds WebSocket support so you can watch live tickers, order books, trades, and account updates instead of polling REST endpoints.

Can I test trades without risking real money?โ–ผ

Yes. Most major exchanges offer sandbox or testnet modes, and the skills guide you to test with fake funds before going live.

Related Repositories in Finance & Accounting

View All in Finance & Accountingโ†’