bingx-trading-plan
Installation
SKILL.md
BingX Trading Plan
Base URLs: https://open-api.bingx.com, https://ox-bigdata-api.houtai.io | Authentication: BingX public market endpoints do not require HMAC signing. Lindorm endpoints require platform-provided access_token and proxy_user headers; never hard-code credentials.
Quick Reference
| Endpoint | Method | Description |
|---|---|---|
/api/lindorm/v1/ai/kline/query |
POST | Lindorm query for long-short ratios and liquidation heatmap |
/api/lindorm/v1/ai/day/query |
POST | Lindorm daily query for Fear & Greed when needed |
/openApi/swap/v3/quote/klines |
GET | Klines for price context and ATR-style risk sizing |
/openApi/swap/v2/quote/premiumIndex |
GET | Funding rate for sentiment and crowding |
/openApi/swap/v2/quote/depth |
GET | Order book depth for entry context |