Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By BingX-API
Automate BingX crypto exchange operations: query spot/futures market data and prices, manage account balances/positions/sub-accounts, place/cancel orders for spot/perpetual swaps/Coin-M, subscribe to real-time WebSocket streams for trades/orderbooks/K-lines, execute copy trading, handle deposits/withdrawals/transfers, and track affiliate commissions/profits.
npx claudepluginhub bingx-api/api-ai-skills --plugin bingx-ai-skillsBingX Agent (affiliate/broker) management — query invited users, daily commission details, agent user information, API transaction commission, and partner information. Use when the user asks about BingX agent invited users, affiliate commissions, referral relationships, partner data, or broker commission reports.
Query BingX official announcements by module type — latest announcements, promotions, product updates, maintenance notices, listing/delisting, funding rate, crypto scout. Use when the user asks about BingX announcements, notices, activities, or the announcement API.
BingX Copy Trade Spot trading — sell spot assets based on a buy order, query personal trading overview, profit summary, profit details, and historical orders for a copy trader. Use when the user asks about BingX copy trade spot sell, copy trading spot profit, copy trader spot order history, or spot copy trading overview.
BingX Copy Trade USDT-M Perpetual Contracts — query trader's current orders, close positions, set take profit/stop loss, view trading overview and profit data, set commission rate, and get copy trading pairs. Use when the user asks about BingX copy trade perpetual swap orders, closing copy trade positions, setting TP/SL on copy trade orders, swap copy trade profit overview, commission rate for copy trading, or available copy trading pairs.
Query BingX Coin-M (inverse/coin-margined) perpetual futures market data including contract info, mark price, funding rates, klines, order book depth, open interest, and 24h ticker. Use when the user asks about BingX Coin-M or inverse futures prices, order books, candlestick charts, funding rates, or market statistics.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-DEX perpetual futures CLI + MCP server for AI agents — Pacifica (Solana), Hyperliquid (HyperEVM), Lighter (Ethereum), Aster (BNB Chain). Trade, bridge, arb, and manage positions via natural language.
Track crypto futures, options, perpetual swaps with funding rates, open interest, and derivatives market analysis
Agent-first CLI for the Crypto.com Exchange API. Market data by default; live trading opt-in via API keys. Available --services: market (default), trade, account, advanced, margin, staking, funding, fiat. Update args in MCP settings to expand capabilities.
Agent-first CLI for trading perpetual futures on Phoenix DEX (Solana). Paper trading and read-only market data work out of the box; live trading opt-in via wallet password + dangerous-mode flag.
No description provided.
Explains AI assistants how to use the Revolut X CLI (revx) for crypto trading, market data, monitoring, and grid bot strategies
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.