subscribe_latest_news
Subscribe to real-time cryptocurrency news updates via WebSocket with customizable filters for coins, sources, and duration to receive relevant market information.
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 |
|---|---|---|---|
| wait_seconds | No | ||
| max_items | No | ||
| coins | No | ||
| engine_types | No | ||
| has_coin | No |