bingx-coinm-market

Fetch BingX Coin-M market data including klines, depth, and open interest.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch public Coin-M perpetual market data from BingX without implementing a bespoke set of API calls.

Core Features & Use Cases

  • Retrieve contract specifications, mark price, funding rate, klines, and open interest for Coin-M contracts.
  • Access depth, ticker, and general market statistics for symbol-based queries (e.g., BTC-USD, ETH-USD).
  • Use Case: Monitor price movements and liquidity for inverse futures to inform trading decisions.

Quick Start

Call the coinmMarket helper with a path and a symbol (e.g., /openApi/cswap/v1/market/ticker and BTC-USD) to fetch the latest Coin-M market data.

Frequently Asked Questions about bingx-coinm-market

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

FAQPage Schema
How do I fetch Coin-M perpetual market data from BingX?▼

To fetch Coin-M perpetual market data from BingX, call the coinmMarket helper with a specific API path and symbol like BTC-USD to retrieve contract specifications, mark price, funding rate, and klines.

What market data endpoints are available for BingX inverse futures?▼

Available BingX inverse futures market data endpoints include contract specifications, mark price, funding rate, klines, depth, open interest, and ticker for Coin-M contracts such as BTC-USD and ETH-USD.

Do I need an API key to retrieve BingX Coin-M ticker and depth data?▼

No API key is needed to retrieve BingX Coin-M ticker and depth data because the Skill uses a public read-only API, though it does enforce an X-SOURCE-KEY header and requires a timestamp parameter.

Can I query open interest and funding rates for BTC-USD Coin-M contracts?▼

Yes, you can query open interest and funding rates for BTC-USD Coin-M contracts by requesting the relevant public API paths, which return real-time inverse perpetual market statistics.

What is the difference between Coin-M and standard perpetual market data queries?▼

Coin-M market data queries specifically target inverse perpetual contracts like BTC-USD where the margin is cryptocurrency, whereas standard perpetual queries handle linear USDT-margined contracts.

Why does my BingX Coin-M market data request require a timestamp parameter?▼

Your BingX Coin-M market data request requires a timestamp parameter because the implementation enforces it alongside the X-SOURCE-KEY header and BASE_URL fallbacks to ensure valid public API responses.