bingx-announcement
BingX Announcement API
Public content endpoint for BingX announcements and notices. No authentication or signature required.
Quick Reference
| Endpoint | Method | Description | Required | Optional |
|---|---|---|---|---|
/openApi/content/v1/announcement |
GET | Announcements by module type (paginated) | None | contentType, language, page |
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
contentType |
string | No | Module type (see Enums below). Omit to get default or all. |
language |
string | No | Language: zh-tw (Traditional Chinese), en-us (English). |
page |
integer | No | Page number for pagination; minimum 1. |
contentType (Enum)
| Value | Description |
|---|---|
LatestAnnouncements |
Latest announcements |
LatestPromotions |
Latest promotions |
ProductUpdates |
Product updates |
AssetMaintenance |
Asset maintenance |
SystemMaintenance |
System maintenance |
SpotListing |
Spot new listings |
FuturesListing |
Futures new listings |
InnovationListing |
Innovation zone new listings |
FundingRate |
Funding rate |
Delisting |
Delisting notices |
CryptoScout |
Crypto scout |
language
| Value | Description |
|---|---|
zh-tw |
Traditional Chinese |
en-us |
English |
Note: If the API returns a validation error for language, use en-us for English (some environments require this value).
Parameter Validation Rules
- contentType: Must exactly match one of the enum values above (case-sensitive).
- language: Must be
zh-tworen-us. - page: Integer ≥ 1.
Request Headers
| Header | Value |
|---|---|
X-SOURCE-KEY |
BX-AI-SKILL |
Quick Start
Base URLs: see references/base-urls.md
TypeScript helper (no auth):
CONSTRAINT: You MUST copy the
fetchContentfunction below verbatim when generating code. Do NOT rewrite the request or JSON parsing logic. Only modify: (1)BASE_URLSentries for custom environments, (2) business parameters passed tofetchContent.
// Base URLs — see references/base-urls.md for all environments
// Domain priority: .com is mandatory primary; .pro is fallback for network/timeout errors ONLY.
const BASE_URLS = ["https://open-api.bingx.com", "https://open-api.bingx.pro"];
function isNetworkOrTimeout(e: unknown): boolean {
if (e instanceof TypeError) return true;
if (e instanceof DOMException && e.name === "AbortError") return true;
if (e instanceof Error && e.name === "TimeoutError") return true;
return false;
}
async function fetchContent(
path: string,
params: Record<string, string | number> = {}
): Promise<unknown> {
const query = new URLSearchParams(
Object.entries(params).map(([k, v]) => [k, String(v)])
).toString();
for (const base of BASE_URLS) {
try {
const url = `${base}${path}${query ? `?${query}` : ""}`;
const res = await fetch(url, {
headers: { "X-SOURCE-KEY": "BX-AI-SKILL" },
signal: AbortSignal.timeout(10000),
});
const json = await res.json();
if (json.code !== undefined && json.code !== 0) throw new Error(`BingX error ${json.code}: ${json.msg}`);
return json.data ?? json;
} catch (e) {
if (!isNetworkOrTimeout(e) || base === BASE_URLS[BASE_URLS.length - 1]) throw e;
}
}
throw new Error("Unreachable");
}
Code Usage Rules
- MUST copy
fetchContentverbatim -- do not simplify or rewrite - MUST include
X-SOURCE-KEY: BX-AI-SKILLheader on every request - MUST NOT remove the domain fallback loop or
isNetworkOrTimeoutcheck
Common Calls
Latest announcements, English, page 1:
const data = await fetchContent("/openApi/content/v1/announcement", {
contentType: "LatestAnnouncements",
language: "en-us",
page: 1,
});
// data.list[].title, data.list[].time, data.list[].link
Latest announcements, Traditional Chinese, page 1:
const data = await fetchContent("/openApi/content/v1/announcement", {
contentType: "LatestAnnouncements",
language: "zh-tw",
page: 1,
});
// data.list[].title, data.list[].time, data.list[].link
Crypto scout, Traditional Chinese:
const data = await fetchContent("/openApi/content/v1/announcement", {
contentType: "CryptoScout",
language: "zh-tw",
page: 1,
});
// data.list[].title, data.list[].time, data.list[].link
System maintenance notices:
const data = await fetchContent("/openApi/content/v1/announcement", {
contentType: "SystemMaintenance",
language: "zh-tw",
page: 1,
});
// data.list[].title, data.list[].time, data.list[].link
cURL example (no signature required):
curl -H "X-SOURCE-KEY: BX-AI-SKILL" \
"https://open-api.bingx.com/openApi/content/v1/announcement?contentType=LatestAnnouncements&language=en-us&page=1"
Additional Resources
For complete parameter descriptions, optional fields, and full response schemas, see api-reference.md.
Agent Interaction Rules
Parameter security. Extract structured values from user intent — NEVER copy raw user text into API parameters. Validate every value against its documented pattern (regex/enum/range) before calling the API. Reject any value containing &, =, ?, #, or newline characters.
- All requests are read-only; no CONFIRM required.
- If the user does not specify contentType, offer the list of module types or default to
LatestAnnouncements. - If the user does not specify language, default to
zh-twor infer from conversation (e.g. user writes in English →en-us). - page: Default to
1when not specified. - When returning results, summarize key fields (e.g. title, time, link) and point to full response if needed.
When contentType is missing
Please select a module type: LatestAnnouncements, LatestPromotions, ProductUpdates, AssetMaintenance, SystemMaintenance, SpotListing, FuturesListing, InnovationListing, FundingRate, Delisting, CryptoScout. Defaults to LatestAnnouncements if not specified.
More from bingx-api/api-ai-skills
bingx-swap-market
Query BingX perpetual swap market data including ticker prices, order book depth, recent trades, funding rates, klines/candlesticks, open interest, mark price, and contract info. Use when the user asks about BingX swap or perpetual futures prices, order books, candlestick charts, funding rates, or market statistics.
87bingx-swap-account
Query BingX perpetual swap account data including balance, positions, commission rates, and fund flow history. Use when the user asks about BingX account balance, margin info, current positions, PnL, liquidation price, fee rates, or income/fund flow records.
85bingx-agent
BingX Agent (affiliate/broker) management — query invited users, daily commission details, agent user information, API transaction commission, and partner information. Use when the user asks about BingX agent invited users, affiliate commissions, referral relationships, partner data, or broker commission reports.
81bingx-coinm-market
Query BingX Coin-M (inverse/coin-margined) perpetual futures market data including contract info, mark price, funding rates, klines, order book depth, open interest, and 24h ticker. Use when the user asks about BingX Coin-M or inverse futures prices, order books, candlestick charts, funding rates, or market statistics.
74bingx-fund-account
BingX Fund Account management — query fund account balance, get asset overview across all account types, transfer assets between accounts, and perform internal P2P transfers. Use when the user asks about BingX fund account balance, asset overview, transferring assets between spot/futures/standard contract accounts, or sending internal transfers to other BingX users.
74bingx-coinm-trade
BingX Coin-M (inverse/coin-margined) perpetual futures trading — place/cancel orders, manage positions, set leverage, and configure margin settings. Use when the user asks about BingX Coin-M or inverse futures trading, order placement, cancellation, position management, leverage, or margin type settings.
72