What problem does it solve?
This Skill provides a structured, battle-tested framework for integrating new cryptocurrency exchanges into the Yuan platform. It eliminates the guesswork and reduces the complexity of building robust financial system integrations, ensuring consistency, adherence to best practices, and faster time-to-market for new exchange support.
Core Features & Use Cases
- Standardized Integration: Guides the creation of new exchange vendor implementations following a proven directory structure and core patterns, based on successful integrations like Hyperliquid and OKX.
- Core Financial Services: Covers essential features such as account information (spot, perpetual), comprehensive order management (submit, cancel, modify, list), and critical market data (quotes, OHLC, product info).
- Quality & Performance: Emphasizes TypeScript strictness, comprehensive error handling, efficient caching (
createCache), API rate limiting, and robust testing to ensure reliable and performant integrations.
- Use Case: Rapidly onboard a new exchange (e.g., "Binance Futures") to the Yuan trading platform, ensuring all critical trading functionalities are correctly implemented and documented according to established standards, allowing your system to access new markets quickly.
Quick Start
I need to integrate a new exchange called 'TradeX'. Guide me through setting up the directory structure and implementing the core account and order management services.