bingx-sub-account

Manage BingX sub-accounts via authenticated API endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BingX sub-account management is complex and requires coordinating multiple endpoints for creation, listing, API key management, and asset transfers. This Skill centralizes these tasks behind authenticated BingX API calls, reducing manual steps and potential mistakes.

Core Features & Use Cases

  • Sub-account lifecycle: create, list, and query sub-accounts; freeze or unfreeze as needed.
  • API key management: create, edit, and delete sub-account API keys with permissions and IP whitelisting.
  • Asset transfers: authorize internal transfers, perform sub-account asset transfers, and query transfer history.
  • Deposit and asset queries: fetch sub-account asset balances and deposit addresses.
  • Use Case: A user wants to create a new sub-account for a trader, generate a read-only API key, and route transfers between master and sub-accounts.

Quick Start

Create a new sub-account named "trader001" and generate a read-only API key for it.

Frequently Asked Questions about bingx-sub-account

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

FAQPage Schema
How do I automate BingX sub-account management and API key creation?

Automate BingX sub-account management by using authenticated endpoints to create sub-accounts, generate API keys with specific permissions, and configure IP whitelisting automatically. This centralizes lifecycle tasks behind secure API calls, reducing manual coordination.

Can I perform internal asset transfers between a BingX master account and sub-accounts?

Yes, you can perform internal asset transfers between a BingX master account and sub-accounts. The skill authorizes internal transfers, executes sub-account asset transfers, and queries transfer history to help you track asset routing.

What authentication is required for BingX sub-account API endpoints?

BingX sub-account API endpoints require HMAC-SHA256 authentication to validate requests. Write endpoints also require JSON bodies for payloads and validate all parameters as described in the official documentation to ensure secure access.

How do I query asset balances and deposit addresses for BingX sub-accounts?

Query BingX sub-account asset balances and deposit addresses by calling the specific fetch endpoints provided. This allows you to retrieve real-time asset valuation and deposit information for individual sub-accounts directly.

Can I freeze or unfreeze a BingX sub-account through the API?

Yes, you can freeze or unfreeze a BingX sub-account through the API. This functionality allows you to immediately suspend or restore sub-account trading access and API interactions as needed for risk management.

Does BingX sub-account management support creating read-only API keys?

Yes, BingX sub-account management supports creating read-only API keys. You can generate, edit, and delete API keys while enforcing specific permissions and IP whitelisting to restrict access to sensitive account data.