subscribe_latest_news
Subscribe to real-time crypto news updates through a WebSocket feed. Set coin or engine filters, choose listening duration and max items to collect relevant headlines.
Instructions
Subscribe to real-time news updates via WebSocket.
Connects to the WebSocket feed, subscribes to news with optional filters,
and collects incoming messages for the specified duration.
Args:
wait_seconds: How long to listen for news (default 10, max 30 seconds).
max_items: Maximum news items to collect (default 5, max 20).
coins: Comma-separated coin symbols to filter (e.g. "BTC,ETH").
engine_types: Engine type filter in format "type1:cat1,cat2;type2:cat3".
has_coin: If true, only receive news that have associated coins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coins | No | ||
| has_coin | No | ||
| max_items | No | ||
| engine_types | No | ||
| wait_seconds | No |