Light Mode
Get Announcements
GET
/api/v3/announcements:::info[Description]
This interface can obtain the latest news announcements, and the default page search is for announcements within a month.
:::
Request
Query Params
currentPage
integer <int64>
optional
page number
Example:
1
pageSize
integer <int64>
optional
page Size
Example:
50
annType
enum<string>
optional
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
Allowed values:
latest-announcements activities product-updates vip maintenance-updatesdelistings othersapi-campaigns new-listings
Default:
latest-announcements
Example:
latest-announcements
lang
enum<string>
optional
Language type, the default is en_US, the specific value parameters are as follows
Allowed values:
zh_HKja_JPko_KRen_USpl_PLes_ESfr_FRar_AEit_ITid_IDnl_NLpt_PTvi_VNde_DEtr_TRms_MYru_RUth_THhi_INbn_BDfil_PHur_PK
Default:
en_US
Example:
en_US
startTime
integer <int64>
optional
Announcement online start time (milliseconds)
Example:
1729594043000
endTime
integer <int64>
optional
Announcement online end time (milliseconds)
Example:
1729697729000
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
string
required
data
object
required
totalNum
integer
required
Total Number
totalPage
integer
required
Total Page
currentPage
integer
required
Current page
pageSize
integer
required
Page size
items
array [object {7}]
required
Example
{
"code": "200000",
"data": {
"totalNum": 195,
"totalPage": 13,
"currentPage": 1,
"pageSize": 15,
"items": [
{
"annId": 129045,
"annTitle": "KuCoin Isolated Margin Adds the Scroll (SCR) Trading Pair",
"annType": [
"latest-announcements"
],
"annDesc": "To enrich the variety of assets available, KuCoin’s Isolated Margin Trading platform has added the Scroll (SCR) asset and trading pair.",
"cTime": 1729594043000,
"language": "en_US",
"annUrl": "https://www.kucoin.com/announcement/kucoin-isolated-margin-adds-scr?lang=en_US"
},
{
"annId": 129001,
"annTitle": "DAPP-30D Fixed Promotion, Enjoy an APR of 200%!",
"annType": [
"latest-announcements",
"activities"
],
"annDesc": "KuCoin Earn will be launching the DAPP Fixed Promotion at 10:00:00 on October 22, 2024 (UTC). The available product is “DAPP-30D'' with an APR of 200%.",
"cTime": 1729588460000,
"language": "en_US",
"annUrl": "https://www.kucoin.com/announcement/dapp-30d-fixed-promotion-enjoy?lang=en_US"
},
{
"annId": 128581,
"annTitle": "NAYM (NAYM) Gets Listed on KuCoin! World Premiere!",
"annType": [
"latest-announcements",
"new-listings"
],
"annDesc": "Trading: 11:00 on October 22, 2024 (UTC)",
"cTime": 1729497729000,
"language": "en_US",
"annUrl": "https://www.kucoin.com/announcement/en-naym-naym-gets-listed-on-kucoin-world-premiere?lang=en_US"
}
]
}
}
Last modified: 21 days ago