bingx-announcement
Installation
SKILL.md
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. |