bingx-spot-ws-account

Monitor BingX spot account updates via WebSocket with Listen Key lifecycle management.

17|6|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/BingX-API/api-ai-skills --skill bingx-spot-ws-account
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bingx-spot-ws-account
Source: https://github.com/BingX-API/api-ai-skills/tree/main/skills/spot-ws-account
Command: npx skills add https://github.com/BingX-API/api-ai-skills --skill bingx-spot-ws-account

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Track real-time BingX spot account data via WebSocket streams and manage Listen Key lifecycles to maintain persistent connections for live spot trading updates.

Core Features & Use Cases

  • Real-time order updates via spot.executionReport
  • Real-time account balance updates via ACCOUNT_UPDATE
  • Listen Key lifecycle management (generate, extend, delete)
  • Explicit channel subscription and heartbeat handling for reliable streaming

Quick Start

Connect to the spot WebSocket endpoint with a valid listen key, subscribe to spot.executionReport and ACCOUNT_UPDATE channels, and monitor live account changes.

Frequently Asked Questions about bingx-spot-ws-account

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor real-time BingX spot account updates via WebSocket?

Monitor real-time BingX spot account updates by connecting to the WebSocket endpoint with a valid listen key and subscribing to the spot.executionReport and ACCOUNT_UPDATE channels for live order and balance tracking.

How do I manage the listen key lifecycle for BingX spot WebSocket streams?

Manage the BingX spot WebSocket listen key lifecycle by executing explicit operations to generate, extend, and delete the key, ensuring persistent connections for live account data streaming.

What is the best way to track BingX spot order updates in real time?

Track BingX spot order updates in real time by subscribing to the spot.executionReport channel over a WebSocket connection authenticated with a valid listen key.

Does BingX spot WebSocket require keep-alive heartbeats for account streams?

Yes, BingX spot WebSocket account streams require keep-alive heartbeats and explicit channel subscriptions to maintain a reliable connection for receiving live execution reports and balance changes.

Why do I need a listen key to connect to the BingX spot account WebSocket?

You need a listen key to authenticate your BingX spot account WebSocket connection, which is required to authorize subscriptions for real-time execution reports and account balance updates.

How to subscribe to ACCOUNT_UPDATE for BingX spot balance changes?

Subscribe to ACCOUNT_UPDATE for BingX spot balance changes by authenticating your WebSocket connection with a listen key and explicitly requesting the ACCOUNT_UPDATE channel to receive live updates.