Endpoint
Description
Returns latest cryptocurrency news and market updates from cryptonews-api.com. Supports general news or filtered by specific ticker (BTC, ETH, SOL, etc.).Pricing
$0.01 USD per request (paid in USDC via x402)Parameters
Cryptocurrency ticker symbol (e.g., BTC, ETH, SOL) or “general” for all news. The ticker is resolved via CoinGecko.
Request Examples
GET Request
POST Request
General News
Response
Array of news articles
Success Response
Error Responses
404 Not Found
500 Internal Error
Caching
News responses are cached for 90 seconds to reduce costs and improve performance. Subsequent requests within the cache window return cached data without additional payment.Data Sources
The endpoint aggregates news from multiple cryptonews-api.com endpoints:- General category news
- All tickers category
- Ticker-specific news
- Ticker-only news (advanced)
Ticker Resolution
Ticker symbols are automatically resolved using CoinGecko:Code Example
Best Practices
- Use Caching: Multiple requests for same ticker within 90s use cached data
- Specify Ticker: Filter by ticker for more relevant results
- Handle Errors: Check for 404/500 responses
- General News: Omit ticker or use “general” for broad market news
Related Endpoints
- Sentiment Analysis - Market sentiment by ticker
- Events - Upcoming crypto events
- Trending Headlines - Top trending stories