bingx-standard-trade

Query BingX standard contract positions, orders, and balance with HMAC-SHA256 signing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query BingX standard contract data such as positions, orders, and balance.

Core Features & Use Cases

  • Retrieve current positions for standard contract accounts
  • Retrieve historical orders for a symbol with optional time filters
  • Retrieve account balance and margin information for standard contracts
  • Use case: When a user asks for their open positions or recent orders, fetch and format results.

Quick Start

Ask the AI to fetch your BingX standard contract positions, orders, or balance.

Frequently Asked Questions about bingx-standard-trade

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

FAQPage Schema
How do I query BingX standard contract positions and balance?

To query BingX standard contract data, use predefined endpoints to retrieve current positions, historical orders, and account balance. It enforces HMAC-SHA256 signing with timestamp and recvWindow parameters to return formatted results.

What is HMAC-SHA256 signing in BingX API trading?

HMAC-SHA256 signing is a required security mechanism for BingX API trading. It authenticates requests by generating a cryptographic signature using your API secret, ensuring that standard contract data queries for positions and orders are securely verified.

Can I retrieve historical standard contract orders with time filters?

Yes, you can retrieve historical standard contract orders for a specific symbol with optional time filters. This allows you to narrow down the query results to a specific timeframe, returning only the relevant order history for your account.

Does querying BingX standard contract data require a recvWindow parameter?

Yes, querying BingX standard contract data requires both a timestamp and a recvWindow parameter. These parameters are enforced alongside HMAC-SHA256 signing to validate the request window and prevent replay attacks when fetching balance or positions.

What account margin information can I get from standard contracts?

You can retrieve account balance and margin information specifically for standard contracts. This provides visibility into your available margin and account equity, helping you manage risk when holding open positions in standard contract trading.