What problem does it solve? Integrating the Tiger Brokers OpenAPI in TypeScript involves many subtle conventions—request objects versus positional arguments, millisecond timestamps versus date strings, root-only package exports, and int64 order ID precision—that cause frequent integration errors. This Skill gives AI coding tools accurate, bilingual guidance for SDK setup, market data queries, trading, and real-time push subscriptions. ## Core Features & Use Cases - SDK Setup & Auth: Install @tigeropenapi/tigeropen, configure tigerId, RSA private key, and account via code, properties file, or environment variables. - Market Data & Trading: Query real-time quotes, K-lines, depth, options chains with Greeks, and futures; place, modify, and cancel orders with a mandatory preview-and-confirm safety workflow defaulting to paper trading. - Real-time Push & Account Management: Subscribe to WebSocket streams for quotes, orders, positions, and assets; manage assets, fund transfers, and option exercises. - Use Case: Ask the AI to write a Node.js script that subscribes to AAPL and TSLA quotes, places a paper limit order after previewing commission, and monitors order status via push callbacks. ## Quick Start Ask the AI to set up the Tiger Brokers TypeScript SDK with your credentials and fetch real-time quotes for a list of stock symbols.