bingx-spot-trade

Place, cancel, and query BingX spot orders with HMAC-SHA256 authentication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of interacting with BingX's spot trading API by providing authenticated, AI-friendly access to place, cancel, and query orders, retrieve fills, and check commission rates.

Core Features & Use Cases

  • Place orders: submit MARKET or LIMIT orders to the BingX spot market.
  • Manage orders: cancel single or multiple orders and handle OCO (one-cancels-the-other) workflows.
  • Query data: fetch open orders, order history, trade fills, and spot commission rates for informed decision making.
  • Use Case: Imagine you want to buy BTC-USDT with 100 USDT at market price and then review the resulting trade fills and fees.

Quick Start

Ask your AI to place, cancel, or query BingX spot trades using the bingx-spot-trade skill.

Frequently Asked Questions about bingx-spot-trade

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

FAQPage Schema
How do I automate BingX spot trading to place and cancel market orders?

Automating BingX spot trading involves using API requests authenticated with HMAC-SHA256 to place, cancel, and query MARKET or LIMIT orders. This process validates your inputs, signs requests securely, and returns structured data for your order results.

How does an OCO order work when trading BingX spot pairs?

An OCO order on BingX spot pairs uses a one-cancels-the-other workflow where executing one order automatically cancels the other. This is managed through API requests that handle both orders simultaneously and return their updated status.

What's the best way to retrieve trade fills and spot commission rates on BingX?

The best way to retrieve trade fills and spot commission rates is by querying the BingX spot API. This fetches your order history and fee data across supported pairs, returning validated, structured data for informed decision making.

Do I need HMAC-SHA256 authentication to query open orders on the BingX spot market?

Yes, HMAC-SHA256 authentication is required to query open orders on the BingX spot market. This API authentication method validates your identity, signs your data requests securely, and retries across multiple base URLs to ensure you receive your order history.

Why does my BingX spot API request fail when submitting a limit order across multiple base URLs?

A BingX spot API request submitting a limit order may fail if input validation errors occur or the HMAC-SHA256 signature is incorrect. The system automatically retries across multiple base URLs, but persistent failures require checking your API authentication payload.

Can I use the bingx-spot-trade skill to manage multiple spot orders simultaneously?

Yes, you can manage multiple spot orders simultaneously. The bingx-spot-trade skill supports canceling multiple orders at once and handling OCO workflows, allowing you to execute bulk actions efficiently across supported BingX spot pairs.