What problem does it solve?
This Skill provides a robust, production-oriented framework for building and maintaining exchange adapter modules, essential for cross-exchange hedge managers. It tackles the complexities of inconsistent exchange data formats, API authentication, and data normalization.
Core Features & Use Cases
- Unified Data Schema: Normalizes data from multiple exchanges (Binance, OKX) into a consistent internal schema, simplifying downstream processing.
- Safe Authentication: Implements secure API authentication patterns for exchanges.
- Data Normalization: Handles symbol mapping, timestamp consistency, and decimal-safe financial calculations.
- Use Case: A hedge manager needs to track a KITE/USDG spot position on OKX and hedge it with a KITEUSDT perpetual short on Binance. This Skill ensures that both positions are represented with a common
canonicalAsset ('KITE') while preserving their distinct exchange-specific details and quote assets.
Quick Start
Use the exchange-adapters skill to fetch balances from Binance and OKX.