Skip to main content
Skip to main content
cryptodata
Markets
Tools
DeFi
Portfolio
Blog
API
InstallStar
Crypto News
HomeMarketsDeFi DashboardTrendingTop MoversWatchlistBlogSearch
₿BitcoinĪžEthereumšŸ¦DeFišŸ–¼ļøNFTsāš–ļøRegulationšŸŖ™AltcoinsšŸ“ˆMarketsāš™ļøTechnology
ScreenerCorrelation MatrixSocial BuzzLiquidationsVolatilityBitcoin HalvingBrowse TopicsArticle ReaderBookmarks
API DocsSwagger UICode ExamplesAPI PricingRSS FeedInstall AppAboutGitHub

Free Crypto API

No keys required. Start building today.

Get Started

šŸ“š Code Examples

Ready-to-use code examples for integrating the Free Crypto News API. No API keys required — just copy, paste, and run!

Examples

🐚

cURL / Shell

Basic shell script using cURL to fetch news

bash
#!/bin/bash
# Free Crypto News API - curl examples
# No API key required!

API="https://free-crypto-news.vercel.app"

echo "šŸ“° Latest News"
curl -s "$API/api/news?limit=3" | jq '.articles[] | {title, source, timeAgo}'

echo -e "\nšŸ” Search for 'ethereum'"
curl -s "$API/api/search?q=ethereum&limit=3" | jq '.articles[] | {title, source}'

echo -e "\nšŸ’° DeFi News"
curl -s "$API/api/defi?limit=3" | jq '.articles[] | {title, source}'

echo -e "\n₿ Bitcoin News"
curl -s "$API/api/bitcoin?limit=3" | jq '.articles[] | {title, source}'

echo -e "\n🚨 Breaking News"
curl -s "$API/api/breaking?limit=3" | jq '.articles[] | {title, source, timeAgo}'

echo -e "\nšŸ“” Sources"
curl -s "$API/api/sources" | jq '.sources[] | {name, status}'
curl.shView on GitHub
Crypto Data

Real-time cryptocurrency market data aggregator. DeFi analytics, portfolio tracking, and comprehensive market insights.

Markets

  • All Cryptocurrencies
  • Top Movers
  • Trending
  • DeFi
  • Sentiment

Tools

  • Portfolio
  • Watchlist
  • Calculator
  • Gas Tracker
  • Halving Countdown
  • Liquidations
  • Correlation Matrix
  • Social Buzz
  • Bookmarks

Developers

  • →API Documentation
  • →Swagger UI
  • →Code Examples
  • →API Pricing
  • →RSS Feed
  • →LLM Context

Stay Updated

Get the latest crypto news and market insights delivered to your inbox.

Crypto News Digest

Stay updated with the latest news

Frequency:

No spam, unsubscribe anytime. We respect your privacy.

MIT Licensed•Made by nich

Install App|Press ? for shortcuts