bingx-spot-account

Query BingX spot and fund balances and transfer assets between accounts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BingX spot account management provides programmatic access to query spot balances, asset overview, and inter-account transfers, enabling AI assistants to manage funds and holdings without manual API calls.

Core Features & Use Cases

  • Query Spot Balance: Retrieve assets and balances from /openApi/spot/v1/account/balance.
  • Query Fund Balance: Retrieve main/fund account balance from /openApi/fund/v1/account/balance.
  • Asset Overview: Get an across-all-accounts asset view via /openApi/account/v1/allAccountBalance.
  • Transfer Assets Between Accounts: Move assets between accounts via /openApi/api/asset/v1/transfer.
  • Query Asset Transfer Records: Use /openApi/api/v3/asset/transfer and /openApi/api/v3/asset/transferRecord to fetch history across accounts.
  • Internal P2P Transfers: Use /openApi/wallets/v1/capital/innerTransfer/apply and related records.
  • Base URLs & Authentication: See base URLs and HMAC-SHA256 authentication requirements in the operator docs.

Quick Start

Authenticate with your API key and secret, then run a signed request to fetch balances or perform a transfer.

Frequently Asked Questions about bingx-spot-account

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

FAQPage Schema
How do I query my BingX spot account balance via API?

To check your BingX spot account balance programmatically, send a signed request to the spot balance endpoint using your API key and secret. The response returns your current asset holdings and balances.

How does HMAC-SHA256 authentication work for BingX API requests?

HMAC-SHA256 authentication for BingX API requests requires signing your API parameters with your secret key. This mechanism ensures secure, programmatic access to your account data and transfer endpoints.

Can I transfer assets between BingX accounts using an API?

Yes, you can transfer assets between BingX accounts programmatically by calling the /openApi/api/asset/v1/transfer endpoint. This allows automated fund movement across multiple BingX account types with safety controls.

How do I retrieve asset transfer records across BingX accounts?

You retrieve BingX asset transfer records by querying the /openApi/api/v3/asset/transferRecord endpoint. This fetches the historical transfer history across your various BingX account types.

What is the best way to get an asset overview across all BingX accounts?

The best way to get an asset overview across all BingX accounts is querying the /openApi/account/v1/allAccountBalance endpoint. This provides a comprehensive view of all your holdings in one response.

Does this approach support internal P2P transfers on BingX?

Yes, this approach supports internal P2P transfers on BingX by utilizing the /openApi/wallets/v1/capital/innerTransfer/apply endpoint. You can also fetch related transfer records to track these internal transactions.