bingx-announcement

Fetch BingX announcements by module type from a public API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query BingX official announcements by module type — latest announcements, promotions, product updates, maintenance notices, listing/delisting, funding rate, crypto scout. Use when the user asks about BingX announcements, notices, activities, or the announcement API.

Core Features & Use Cases

  • Filter by module type using contentType, optionally specify language (en-us or zh-tw) and page for pagination.
  • Retrieve multiple announcement categories like LatestAnnouncements, LatestPromotions, ProductUpdates, AssetMaintenance, SystemMaintenance, SpotListing, FuturesListing, InnovationListing, FundingRate, Delisting, and CryptoScout.
  • Consume the data structure with fields such as title, time, link, and content to power notifications and dashboards.

Quick Start

Fetch the latest announcements of type LatestAnnouncements in en-us.

Frequently Asked Questions about bingx-announcement

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

FAQPage Schema
How do I fetch BingX announcements by category using an API?

Fetch BingX announcements by category using a public GET API endpoint. You retrieve structured payloads containing titles, links, and content by specifying your desired contentType parameter.

What types of BingX notifications can I retrieve through the announcement API?

The announcement API retrieves various BingX notifications, including LatestAnnouncements, LatestPromotions, ProductUpdates, SpotListing, FuturesListing, FundingRate, Delisting, and AssetMaintenance notices.

Can I filter BingX maintenance notices and promotions by language?

Yes, you can filter BingX maintenance notices and promotions by language. The API accepts a language parameter to query localized announcements, supporting options like en-us and zh-tw.

How do I handle pagination when retrieving multiple BingX product updates?

Handle pagination for BingX product updates by providing the page parameter in your GET request. This returns structured payloads for specific pages, allowing you to consume multiple announcement records sequentially.

Does the BingX announcement API support write operations to publish content?

No, the BingX announcement API does not support write operations. It implements a strictly read-only GET endpoint to fetch existing announcements, ensuring you can only retrieve data without modifying listings.