Skip to main content

Query Announcements

Frequency limit: 20 times/1s (IP)

Description

Search for announcements within one month

Description of the announcement sub-type: The announcement sub-type matches the announcement type.

  • annType=latest_news
    • announcements Latest announcement
    • news Bitget news
  • annType=coin_listings
    • spot
    • futures
    • margin
    • copy_trading
  • annType=product_updates
    • spot
    • futures
    • margin
    • copy_trading
  • annType=security
    • security_information
  • annType=api_trading
    • api_announcement
  • annType=symbol_delisting
    • trading_pair_delisting
  • annType=maintenance_system_updates
    • asset_maintenance
    • system_updates
    • spot_maintenance
    • futures_maintenance

HTTP Request

  • GET /api/v2/public/annoucements
Request Example
curl "https://api.bitget.com/api/v2/public/annoucements?language=zh_CN"

Request Parameters

ParameterTypeRequiredDescription
annTypeStringNoAnnouncement type
latest_news: Latest events
coin_listings: New coin listings
product_updates: Product update
security: Security
api_trading: Api trading
maintenance_system_updates: maintenance/system upgrades
symbol_delisting: Delisting information
startTimeStringNoStart time of the query, Unix millisecond timestamp, e.g. 1690196141868
Search by announcement time
endTimeStringNoEnd time of the query, Unix millisecond timestamp, e.g. 1690196141868
Search by announcement time
cursorStringNoCursor ID
It is not required for the first call. For subsequent calls, pass the last annId in the previous response.
limitStringNoNumber of entries per page
By default, it is 10 entries, and the maximum is 10 entries.
languageStringYeslanguage type
zh_CN: Chinese
en_US: English
Returns English if the language chosen is not supported
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1688008631614,
"data": [
{
"annId": "1",
"annTitle": "test0629",
"annDesc": "Latest announcement",
"cTime": "1688008040000",
"language": "zh_CN",
"annUrl": "https://www.bitget.com/zh_CN/support/articles/23685"
}
]
}

Response Parameters

ParameterTypeDescription
annIdStringAnnouncement ID
annTitleStringAnnouncement title
annDescStringAnnouncement description (This field is deprecated)
cTimeStringAnnouncement creation time, Unix millisecond timestamp format
languageStringlanguage type
annUrlStringAnnouncement URL
annTypeStringAnnouncement type
latest_news: Latest events
coin_listings: New coin listings
product_updates: Product update
security: Security
api_trading: Api trading
maintenance_system_updates: maintenance/system upgrades
symbol_delisting: Delisting information
annSubTypeStringAnnouncement sub-type
cTimeStringAnnouncement release time
In the format of Unix timestamp in milliseconds

How was your Reading Experience with us?