Get Announcements

This interface can obtain the latest news announcements, and the default page search is for announcements within a month.

HTTP REQUEST

GET /api/v3/announcements

Example

GET /api/v3/announcements?annType=latest-announcements

{
  "code": "200000",
  "data": {
    "totalNum": 8684,
    "items": [
      {
        "annId": 127637,
        "annTitle": "CHO GemSlot Campaign: Finish Easy Tasks to Win and Share a 1.3 Million CHO Prize Pool!",
        "annType": [
          "latest-announcements"
        ],
        "annDesc": "To celebrate the launch of GemSlot, we are delighted to invite the CHO Protocol (CHO) project to participate in our product launch celebration.",
        "cTime": 1728974572000,
        "language": "en_US",
        "annUrl": "https://www.kucoin.com/announcement/en-cho-gemslot-campaign-finish-easy-tasks-to-win-and-share-a-1300000-cho-prize-pool-20241015?lang=en_US"
      }
    ],
    "currentPage": 1,
    "pageSize": 3,
    "totalPage": 2895
  }
}
REQUEST URL

This endpoint support Spot URL

REQUEST RATE LIMIT

Public weight:20

PARAMETERS
Param Type Mandatory Description
currentPage Int No page number
pageSize Int No page Size
annType String No Announcement types: latest-announcements , activities (latest activities), new-listings (new currency online), product-updates (product updates), vip (institutions and VIPs), maintenance-updates (system maintenance), product -updates (product news), delistings (currency offline), others, api-campaigns (API user activities), default : latest-announcements
lang String No Language type, the default is en_US, the specific value parameters are as follows
startTime Long No Announcement online start time (milliseconds)
endTime Long No Announcement online end time (milliseconds)

Language type enum

lang Language
zh_HK Chinese (Hong Kong)
ja_JP Japanese (Japan)
ko_KR Korean (Korea)
en_US English
pl_PL Polish (Poland)
es_ES Spanish (Spain)
fr_FR French (France)
ar_AE Arabic (Egypt)
it_IT Italian (Italy)
id_ID Indonesian (Indonesia)
nl_NL Dutch (Netherlands)
pt_PT Portuguese (Brazil)
vi_VN Vietnamese (Vietnam)
de_DE German (Germany)
tr_TR Turkish (Turkey)
ms_MY Malay (Malaysia)
ru_RU Russian (Russia)
th_TH Thai (Thailand)
hi_IN Hindi (India)
bn_BD Bengali (Bangladesh)
fil_PH Filipino (Philippines)
ur_PK Urdu (Pakistan)
RESPONSES
Param Description
annId Announcement ID
annTitle Announcement title
annType Announcement type
annDesc Announcement description
cTime Announcement release time, Unix millisecond timestamp format
language language type
annUrl Announcement link