bingx-swap-market

Fetch real-time BingX perpetual swap market data via signed API requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides comprehensive, real-time BingX perpetual swap market data, enabling developers and traders to access prices, depth, trades, funding rates, and contract info without building a custom API client.

Core Features & Use Cases

  • Retrieve real-time ticker, order-book depth, recent trades, funding rates, klines, and open interest for BingX swap contracts.
  • Query mark price, premium index, and contract specifications to inform trading decisions and strategy validation.
  • Access historical trades and OHLCV candlestick data for charting, backtesting, and performance analysis.

Quick Start

Ask the AI to fetch the latest BingX swap market data for a symbol using signed requests.

Frequently Asked Questions about bingx-swap-market

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

FAQPage Schema
How do I fetch real-time BingX perpetual swap market data like ticker and depth?

To fetch real-time BingX perpetual swap market data, you need to make signed API requests that include a timestamp, HMAC-SHA256 signature, and X-BX-APIKEY header. This retrieves ticker, depth, trades, funding rates, and open interest for specific swap symbols.

What BingX swap contract information can I query for trading strategy validation?

You can query mark price, premium index, and contract specifications for BingX swap contracts to inform trading decisions. This market data helps validate strategies by providing detailed contract info and real-time pricing context for specific symbols.

How do I get historical trades and klines for BingX swap contracts?

You can retrieve historical trades and OHLCV klines for BingX swap contracts by requesting market data via signed API calls. This provides the candlestick data necessary for charting, backtesting, and performance analysis of perpetual swap symbols.

Do I need an API key and HMAC-SHA256 signature to access BingX swap market data?

Yes, accessing BingX swap market data requires an API key passed in the X-BX-APIKEY header, along with a timestamp and HMAC-SHA256 signature. These signed API requests ensure secure retrieval of market data like funding rates and order-book depth.

Can I use this approach to get funding rates and open interest for specific BingX symbols?

Yes, you can retrieve funding rates and open interest for specific BingX symbols by validating symbol selection rules and submitting signed API requests. This provides targeted perpetual swap market data for your trading or development workflow.