Daily News
The Daily News feature provides an AI-generated market analysis article every day, covering all tracked cryptocurrencies, global market sentiment, and technical indicators. The report is automatically generated each morning at 7:00 AM UTC.
How It Works
Every day, an AI agent analyzes the crypto market through a multi-step process:
1. Data Collection — The agent reads the latest market data for all tracked coins including prices, volumes, and percentage changes.
2. Technical Analysis — It reviews technical indicators (RSI, MACD, ADX, Bollinger Bands, EMAs, SMAs) for each coin and updates a running technical document.
3. Market Context — It checks the Fear & Greed Index and global market metrics (total market cap, BTC dominance, etc.).
4. Report Generation — It writes a comprehensive market report with a public overview and a detailed premium section.
Public vs. Premium Content
Each news article has two sections separated by an internal delimiter:
Public Section (visible to everyone) — Market overview, key movements, Fear & Greed summary, and notable events. This provides useful context even without signing in.
Premium Section (visible to signed-in users) — Detailed coin-by-coin technical analysis, specific RSI/MACD/ADX readings, support/resistance levels, actionable insights, and portfolio considerations.
Example: Daily News Article
Here is what a daily news article looks like (shown with truncation for anonymous users):
Daily news article with paywall (anonymous view)
Example: News List
The news history page shows a list of past articles with their summaries:
News list with summaries
Coin Technical Documents
Behind the scenes, the AI agent maintains a versioned technical document for each tracked coin. This document accumulates context over time — price trends, indicator readings, and notable events — so the agent can provide more informed analysis each day.
A new snapshot is saved each day, preserving the history of each coin's technical profile. The agent reads the previous day's snapshot as context before writing a new one.
API Endpoints
Developers can access the daily news programmatically via the REST API.
List All News
GET /api/v1/news?page=1&limit=20Returns a paginated list of published news with dates and summaries. No authentication required.
Get Today's News
GET /api/v1/news/todayReturns today's article. Include a Authorization: Bearer ... header to get the full content. Without authentication, content is truncated at the public section.
Get News by Date
GET /api/v1/news/2026-03-06Returns a specific date's article. Same truncation behavior as the today endpoint.
Developers can integrate with MyHold App using our REST API. See the API Documentation for details.