CryptoDay News
News aggregation and sentiment analysis, harvested and analyzed hourly by MiniMax M2.7. Designed by @helloluis.
Crypto markets sold off sharply as Bitcoin slipped below $76,500 after U.S. military strikes on Iran pushed Brent crude above $93, triggering risk-off sentiment that dragged ETH lower and extended a roughly 6% weekly decline in XRP. The downturn deepened after hawkish remarks from Federal Reserve Chair Kevin Warsh at the Jackson Hole Symposium, which prompted warnings that any further rate increase would be a mistake and pushed spot Bitcoin ETFs to over $35 million in net outflows led by Fidelity redemptions. On the regulatory front, the SEC proposed its first transfer agent overhaul in four decades to formally recognize blockchain-based share registers, while Grayscale, a16z, and the Crypto Council for Innovation urged the agency against blanket restrictions on novel crypto ETFs. The G20 endorsed digital assets as a growth tool at its Asheville summit but deferred binding cross-border stablecoin rules to the Financial Stability Board, even as bullish voices including Tom Lee reiterated a $150,000 BTC target and Ethena's revenue-funded buyback plan lifted ENA as much as 27% in two days. In the Philippines, prosecutors in the Sara Duterte impeachment trial are weighing whether to drop the bribery charge to avoid extending hearings past Christmas, with the Senate impeachment court adjusting its schedule to accommodate deliberations on the 2027 national budget. Closer to home, a lawmaker flagged steep budget cuts to Department of Health and GOCC hospital personnel services, the Energy Regulatory Commission projected removal of VAT on system loss charges by November, and the Department of Energy disclosed that only 0.3% of ₱24 billion in penalties against Solar Philippines has been collected.
Sources
28
Articles
38,999
Social Posts
42
Last Updated
Sep 2, 09:11 PM
Félix Raises $200 Million in a16z-Led Round to Take Stablecoin Rails Beyond Remittances
Félix, a WhatsApp-based remittance service settling transfers in USDC, raised $200 million in an a16z-led round to expand into lending and savings on its stablecoin infrastructure.
Hashkey joins DTCC working group as first Asian crypto service provider
Hashkey becomes the first Asian crypto service provider to join DTCC's tokenization innovation working group alongside 100+ institutions including Goldman Sachs and JPMorgan.
Equitable expands SCS Premier with industry’s first bitcoin-linked RILA investment option
Equitable expands its SCS Premier platform with what it calls the industry's first bitcoin-linked Registered Index-Linked Annuity (RILA) investment option.
Down 38%, This Cryptocurrency Might Have Finally Hit a Bottom
After a 38% decline, investor sentiment around Bitcoin has turned positive following a strong single-month rebound, suggesting a potential bottom may have formed.
Stock Market Today: Dow Rises On Surprise Jobs Data; AI Name Credo Dives On Earnings Report (Live Coverage)
The Dow rose Tuesday after surprise jobs data, while AI-linked stock Credo plunged on its earnings report, highlighting mixed signals across equities and AI sectors.
Jim Cramer's top 10 things to watch in the stock market Wednesday
Jim Cramer highlights Dell's standout quarter among his top 10 things to watch in the stock market, signaling strong performance from a major tech hardware name.
Ripple Locks 1B XRP Back in Escrow as Viral $6,000 XRP Model Sparks Debate
Ripple released 1 billion XRP then locked 700 million (~$952M) back into escrow, while viral social media posts claiming a $6,000 XRP price target sparked community debate.
Hotel association projecting 40,000 new rooms over 5 years
The Philippine Hotel Owners Association projects 40,000 new hotel rooms across 150 projects over the next five years.
PHL has potential to again become Nissan’s leading market in ASEAN
Nissan says the Philippines has the potential to become its top ASEAN market, driven by growing demand for electrified vehicles.
Photonics company Coherent seeking to expand Philippine manufacturing operation
Photonics firm Coherent II-VI plans to expand its Philippine manufacturing operations through PEZA, strengthening the country's role in global semiconductor supply chains.
Business name registrations down 13% in August
Philippine business name registrations fell 13.3% year-on-year in August to 64,331, down 20.68% from July, according to the DTI.
BIR, BoC on pace to hit targets as of August
The Department of Finance says the BIR and Bureau of Customs are on track to meet their revenue collection targets as of end-August.
NDC says access to Manila Golf by Roque ‘facilitates official functions’
The National Development Co. defends its Manila Golf and Country Club membership as a state asset used by the Trade Secretary to facilitate official functions.
Public trust and the promise of tax audit reform
An opinion piece discusses public trust and the need for tax audit reform at the Bureau of Internal Revenue.
Bank of America hired the head of engineering for JPMorgan's blockchain arm
Bank of America hired the former head of engineering for JPMorgan's blockchain division, signaling continued institutional investment in blockchain talent.
Kalimantan Forest Fires - Bilyonaryo Business
Forest fires reported in Kalimantan, Indonesia, raising environmental and regional economic concerns.
3 Altcoins Crypto Whales Are Buying In September 2026
On-chain data reveals three altcoins that crypto whales accumulated in early September 2026, with wallet flow analysis also showing who was selling into the buying.
Bitcoin Will Hit $260K, Says Strategy CEO Phong Le — Claims Firm Will Keep Buying at $130K
Strategy CEO Phong Le said the firm will continue buying Bitcoin at $130K and predicted BTC could eventually reach $260K, framing current purchases as attractive long-term entries.

Trump Crypto Ally David Bailey Rebuilds After 99% Stock Collapse
David Bailey, a prominent Trump-aligned crypto advocate, is rebuilding his business following a 99% stock collapse.
XRP and bitcoin may be forming the 'Bart Simpson pattern' as prices pull back
Technical analysts note that XRP and Bitcoin may be forming a 'Bart Simpson' chart pattern as prices pull back from recent highs.
Sources
API Access
Returns the 10 most recent analyzed articles. Free and unauthenticated.
curl https://news.cryptoday.live/api/feedFull paginated feed with filtering. Pass your API key via the x-api-key header.
curl -H "x-api-key: YOUR_KEY" \
"https://news.cryptoday.live/api/feed?category=BTC&page=1"Query Parameters
categoryFilter by category (BTC, ETH, SOL, ALL, DEFI, NFT, REG, AI, PH, ...)sourceFilter by source slug (coindesk, cointelegraph, decrypt, ...)pagePage number for pagination (default: 1)Returns articles from your registered custom searches only. Results are private to your API key.
curl -H "x-api-key: YOUR_KEY" \
"https://news.cryptoday.live/api/feed?scope=custom"Custom Searches
Register up to 20 custom search terms per API key. Results are harvested every 4 hours from Google News and GlobeNewsWire.
List all your registered searches.
curl -H "x-api-key: YOUR_KEY" \
https://news.cryptoday.live/api/searchesRegister a new search term. Google News queries support Boolean operators (AND, OR, quotes, parentheses).
curl -X POST -H "x-api-key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "solana AND defi", "provider": "google"}' \
https://news.cryptoday.live/api/searchesBody Fields
querySearch term (required, max 200 chars)provider"google", "gnw", or "both" (default: "google")Update a search's query, provider, or active status.
curl -X PATCH -H "x-api-key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"id": "search-uuid", "active": false}' \
https://news.cryptoday.live/api/searchesBody Fields
idSearch ID (required)queryNew search term (optional)providerNew provider (optional)activetrue/false to enable/disable (optional)Remove a registered search.
curl -X DELETE -H "x-api-key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"id": "search-uuid"}' \
https://news.cryptoday.live/api/searchesReturns real-time crypto spot prices harvested from the Binance API every 5 minutes.
Free Tier (No Auth)
Only publishes BTCUSDT (BTC/USD).
curl https://news.cryptoday.live/api/prices/cryptoPro Tier (API Key / Sister Apps)
Unlocks all 600+ Binance spot pairs (USDT pegged). Optional ?symbol=ETHUSDT parameter is supported.
curl -H "x-api-key: YOUR_KEY" \
"https://news.cryptoday.live/api/prices/crypto?symbol=SOLUSDT"Returns daily fiat exchange rates (ECB data) harvested from the Frankfurter API 2x daily.
Free Tier (No Auth)
Only publishes USDPHP (PHP rate).
curl https://news.cryptoday.live/api/prices/forexPro Tier (API Key / Sister Apps)
Unlocks 30+ global currencies. Optional filter ?target=EUR or ?pair=USDGBP is supported.
curl -H "x-api-key: YOUR_KEY" \
"https://news.cryptoday.live/api/prices/forex?target=SGD"Returns the current AI-written news digest: a 6-sentence briefing across crypto, AI, macro, and Philippine politics and regulation. Regenerated every 4 hours.
curl https://news.cryptoday.live/api/digestResponse Format
{
"articles": [
{
"id": "uuid",
"title": "Article title",
"url": "https://...",
"source": "CoinDesk",
"sourceSlug": "coindesk",
"publishedAt": "2026-03-06T12:00:00.000Z",
"summary": "AI-generated 1-2 sentence summary",
"category": "BTC",
"sentimentScore": 0.65,
"sentimentLabel": "bullish"
}
],
"meta": {
"total": 1234,
"page": 1,
"limit": 50,
"authenticated": true
}
}