wss://tokyo.newlistings.pro/v1/announcements
wss://ny.newlistings.pro/v1/announcements
The announcements channel emits the raw stream of exchange announcements. Events are pushed before parsing, so no ticker detection is performed and the channel is faster than the parsed and enhanced channels. Use it when you run your own parsing logic, or when you want every notice an exchange publishes rather than only the ones that resolve into listing events.
It carries the exchanges listed under Announcements in Exchange coverage, including announcement-only sources (bullish, coinlist, gemini) that never parse into listing events.
Available to STARTER and PRO keys on both edges, with history at the same path. For the current raw endpoint, see /v2/fast.
Payload
{
"id": 1765546215726,
"time": 1761719456916,
"time_iso": "2025-10-29T06:30:56.916Z",
"exchange": "kucoin",
"announcement": "Funding Rate Settlement Frequency of Multiple USDⓈ-M Perpetual Contracts Will Be Resumed",
"url": "https://www.kucoin.com/announcement/en-funding-rate-settlement-frequency-of-multiple-usd-m-perpetual-contracts-will-be-resumed"
}
No detections and no type: the notice, its source, its link, and the server-stamped receive time. Field notes in Message schemas.