Help us improve
Share bugs, ideas, or general feedback.
Complete BingX trading skills: USDT-M/Coin-M perpetual contracts, spot trading, copy trading, account management
npx claudepluginhub bingx-api/api-ai-skillsNo description provided.
Share bugs, ideas, or general feedback.
A BingX Exchange API Skills Library for AI coding assistants — 16 skill modules covering perpetual futures, spot trading, coin-margined contracts, copy trading, and account management.
Once installed, you can interact with the AI using natural language to query market data, place trades, and manage accounts — no manual API coding required.
Supported AI Assistants: OpenClaw、Claude Code, Cursor, and other AI coding assistants that support the skills mechanism.
Works with OpenClaw, Cursor, Claude Code, and other AI coding assistants
Simply tell your AI:
Set up the skills https://github.com/BingX-API/api-ai-skills
The AI will automatically recognize and complete the installation, no commands needed!
/plugin marketplace add BingX-API/api-ai-skills
/plugin install bingx-ai-skills
npx skills add BingX-API/api-ai-skills
Works with Cursor, Windsurf, and other AI assistants that support the skills mechanism
After installation, the AI assistant will automatically recognize the following skills:
USDT-M Perpetual Futures:
Spot Trading:
Coin-M Perpetual Futures:
Copy Trading:
Account Management:
Standard Contract:
Announcements:
The following market data skills can be used without an API key:
bingx-swap-market (perpetual futures market data)bingx-spot-market (spot market data)bingx-coinm-market (coin-margined futures market data)bingx-announcement (official announcements)All other trading and account skills require the following environment variables:
BINGX_API_KEY — Your API KeyBINGX_SECRET_KEY — Your Secret KeyCreate your API Key at BingX User Center → API Management.
| Environment | Description | Primary URL | Fallback URL |
|---|---|---|---|
prod-live | Production (real funds) | https://open-api.bingx.com | https://open-api.bingx.pro |
prod-vst | Simulated trading (testnet) | https://open-api-vst.bingx.com | https://open-api-vst.bingx.pro |
For full authentication technical details, see skills/references/authentication.md
After installation, you can talk to the AI in natural language. Here are 3 typical scenarios:
Place a BTC-USDT USDT-M perpetual market buy order on BingX, go long 0.01 BTC
The AI will use the
bingx-swap-tradeskill to build a signed request and submit the order. In theprod-liveenvironment, you will be asked to type CONFIRM before execution.
Query the ETH-USDT USDT-M perpetual klines on BingX for the last 4 hours, 15-minute interval
The AI will use the
bingx-swap-marketskill to fetch kline data. This endpoint requires no authentication and returns results directly.