news_feed_get_exchange_announcements
[Read] Venue-published exchange notices: listings, delistings, maintenance. Media rumors or general crypto headlines -> search_news. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Window end Unix sec inclusive; forwarded downstream and filtered locally. | |
| coin | No | Comma-separated tickers; omit if empty. | |
| from | No | Window start Unix sec; omit if <= 0; MCP also filters locally after fetch. | |
| limit | No | Max rows; omit if unset or <= 0; cap 100 when set. | |
| query | No | Optional text filter on official venue notices; omit if empty. For general crypto media headlines use search_news—not a substitute for venue-published listing API. | |
| exchange | No | Venue id for API platform; used when platform is empty; not merged with query. | |
| platform | No | URL param platform; wins over exchange; if empty falls back to exchange. | |
| announcement_type | No | listing / delisting / maintenance / all. Omit or unknown value is treated as all (no type filter). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| coin | No | ||
| from | No | ||
| count | Yes | ||
| items | Yes | ||
| limit | No | ||
| query | No | ||
| total | Yes | ||
| exchange | No | ||
| platform | No | ||
| duration_ms | Yes | ||
| announcement_type | No |