bingx-technical-analysis
Installation
SKILL.md
BingX Technical Analysis
Base URLs: see references/base-urls.md | Authentication: see references/authentication.md
Quick Reference
| Endpoint | Method | Description | Authentication |
|---|---|---|---|
/openApi/swap/v3/quote/klines |
GET | OHLCV kline data | Yes |
/openApi/swap/v2/quote/premiumIndex |
GET | Funding rate & mark price | Yes |
/openApi/swap/v2/quote/openInterest |
GET | Open interest | Yes |
Quick Start
Base URLs: see references/base-urls.md
TypeScript helper:
CONSTRAINT: You MUST copy the
fetchSignedfunction below verbatim when generating code. Do NOT rewrite the signing, request, or JSON parsing logic. Only modify: (1)BASEURL entries for custom environments, (2) business parameters passed tofetchSigned.