BingX-API
Official@bingx-api · Singapore
Provides authenticated access to BingX exchange infrastructure for spot trading, perpetual swap execution, and real-time market data streaming.
Agent Skills by BingX-API
Showing 22 vetted skills indexed across 1 GitHub repositories.
bingx-coinm-ws-market
Stream real-time Coin-M market data via WebSocket with gzip compression.
bingx-spot-ws-market
Subscribe to real-time BingX spot market data via WebSocket streams.
bingx-spot-wallet
Query BingX wallet histories, network configurations, deposit addresses, and withdrawals.
bingx-swap-account
Retrieve BingX perpetual swap account balance, positions, and income history via authenticated API.
bingx-spot-trade
Place, cancel, and query BingX spot orders with HMAC-SHA256 authentication.
bingx-spot-ws-account
Monitor BingX spot account updates via WebSocket with Listen Key lifecycle management.
bingx-swap-ws-account
Maintain real-time BingX WebSocket streams for USDT-M swap account updates.
bingx-coinm-ws-account
Authenticate and deliver real-time Coin-M account data via WebSocket streams.
bingx-spot-market
Fetch BingX spot market price, depth, trades, and candlestick data.
bingx-agent
Query BingX Agent endpoints for invited users, commissions, and partner data.
bingx-copytrade-spot
Access BingX Copy Trade Spot endpoints with HMAC-SHA256 authentication.
bingx-spot-account
Query BingX spot and fund balances and transfer assets between accounts.
bingx-fund-account
Manage BingX fund accounts via authenticated API for balances, overviews, and transfers.
bingx-swap-trade
Place, query, or cancel BingX perpetual swap orders via authenticated REST endpoints.
bingx-standard-trade
Query BingX standard contract positions, orders, and balance with HMAC-SHA256 signing.
bingx-swap-ws-market
Stream real-time BingX USDT-M perpetual swap market data via WebSocket.
bingx-coinm-market
Fetch BingX Coin-M market data including klines, depth, and open interest.
bingx-coinm-trade
Access BingX Coin-M futures endpoints with HMAC SHA256 authentication for order and margin operations.
bingx-sub-account
Manage BingX sub-accounts via authenticated API endpoints.
bingx-announcement
Fetch BingX announcements by module type from a public API.
bingx-copytrade-swap
Manage BingX USDT-M perpetual copy trading orders and performance via signed HTTP requests.
bingx-swap-market
Fetch real-time BingX perpetual swap market data via signed API requests.
Frequently Asked Questions About BingX-API
FAQPage SchemaWhat specific financial operations can be performed using these endpoints?▼
These endpoints enable full lifecycle management of spot and perpetual swap orders, including placement, cancellation, and status queries. Additionally, users can manage fund transfers, monitor account balances, track copy trading performance, and retrieve real-time market data such as klines, depth, and open interest.
Which technical personas are the primary users of these integration modules?▼
Quantitative traders, financial engineers, and developers building proprietary trading platforms or portfolio management systems are the primary users. These modules are designed for those requiring low-latency market data ingestion and secure, authenticated execution of financial transactions on the BingX exchange.
What are the security and authentication requirements for these endpoints?▼
All private endpoints require HMAC-SHA256 signature authentication to ensure request integrity and security. Users must manage their own secret keys and implement the required signing logic for every authenticated request to interact with account balances, trade execution, or sensitive user data.