CCXT Crypto API

CCXT Crypto API: CCXT Crypto API: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

CCXT Crypto API skill for finance analytics + crypto. Covers 3+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project tangweigang-jpg/doramagic-skills and embeds 13 anti-pattern constraints. Visit doramagic.ai/r/ccxt-crypto-api for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-111

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

59total
46fatal
46 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

46 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen implementing exchange market loading

ACTIONCall load_markets() before any market lookups to verify self.markets is populated

CONSEQUENCEAny attempt to look up a market via this.market(symbol) will fail with 'markets not loaded' ExchangeError, causing all trading operations to break

FATALdomain_rulefinance-C-002

WHENWhen parsing exchange market data

ACTIONVerify each market dict contains symbol, base, quote, precision, and limits fields with None defaults

CONSEQUENCETrading operations will fail with KeyError when accessing market properties that were not initialized, causing order placement and data retrieval to crash

FATALarchitecture_guardrailfinance-C-009

WHENWhen converting exchange-specific market-ids to unified symbols

ACTIONSend unified symbols directly to exchange API endpoints that require exchange-specific market-ids

CONSEQUENCEExchange will reject requests with invalid symbol format, returning BadSymbol errors and causing all API calls to fail

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v0.1.02026-04-23·Contributors: tangweigang-jpg

v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.