bingx-rsi-bottom-hunter

Installation
SKILL.md

BingX RSI Bottom Hunter

Base URLs: see references/base-urls.md | Authentication: see references/authentication.md

Quick Reference

Endpoint Method Description Authentication
/openApi/swap/v3/quote/klines GET Kline data for RSI calculation Yes
/openApi/swap/v2/trade/order POST Place market buy order Yes
/openApi/swap/v2/trade/order DELETE Cancel order Yes

Quick Start

Base URLs: see references/base-urls.md

TypeScript helper:

CONSTRAINT: You MUST copy the fetchSigned function below verbatim when generating code. Do NOT rewrite the signing, request, or JSON parsing logic. Only modify: (1) BASE URL entries for custom environments, (2) business parameters passed to fetchSigned.

Installs
13
GitHub Stars
15
First Seen
Jun 19, 2026
bingx-rsi-bottom-hunter — bingx-api/api-ai-skills