bingx-fund-account

Manage BingX fund accounts via authenticated API for balances, overviews, and transfers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides authenticated access to BingX fund account management, enabling programmatic balance queries, asset overviews across all accounts, and transfers between account types as well as internal transfers to other BingX users.

Core Features & Use Cases

  • Query fund account balances to retrieve free and locked amounts per asset.
  • Get asset overview across all account types to see consolidated USDT value.
  • Transfer assets between accounts (e.g., spot, funding, standard contract, perpetual) and perform internal P2P transfers.
  • View transfer records and audit trails for asset movements.

Quick Start

Ask the AI to query your fund balance, view the asset overview across accounts, or initiate a transfer between BingX accounts.

Frequently Asked Questions about bingx-fund-account

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

FAQPage Schema
How do I query my BingX fund account balance and asset overview via API?

You transfer assets between BingX accounts by using the API transfer endpoint, which supports moving funds between spot, funding, standard contract, and perpetual accounts, in addition to executing internal P2P transfers.

What authentication is required for BingX fund account API access?

BingX fund account API access requires HMAC-SHA256 authentication, meaning you must sign your requests and include valid parameters like timestamp and recvWindow to securely manage your assets.

Can I view transfer records and audit trails for BingX internal transfers?

Yes, you can view transfer records and audit trails for BingX internal transfers by using the dedicated API endpoint designed to fetch historical asset movements and verify transaction logs.

Does the BingX API support internal P2P transfers to other users?

Yes, the BingX API supports internal P2P transfers, allowing you to programmatically move assets to other BingX users while maintaining a record of the transaction through the internal transfer endpoint.