Skip to content

Access up to the minute market moving crypto news and events. Live demo page built in React with Material UI.

Notifications You must be signed in to change notification settings

Adamskoullos/Crypto-News-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 

Repository files navigation

Crypto News API

Screenshot from 2022-02-14 07-32-04

Access for free on Rapid API

Live Demo Page

Source articles are aggregated and curated by industry leading Investing.com. This data is mined every minute, advertising content is removed, coin tags are added and articles are created and saved to the database. All requests pull direct from the database allowing for fast response times.

One endpoint, no pagination, just the most relevant price sensitive crypto news over the last 24 hours. A snapshot of what is currently driving sentiment and price.

  • Disclaimer: The API is currently in BETA and running on a free tier, meaning the first time you hit the endpoint you may have to wake the server up.
  • Trick: set your app to hit the endpoint on initial load so by the time the user goes to the news page the server is active and response times will be fast.

Example article:

{
  "title":"Bitcoin’s 50% Correction Is No Big Deal, Says Morgan Stanley"
  "link":"https://www.investing.com/news/cryptocurrency-news/bitcoins-50-correction-is-no-big-deal-says-morgan-stanley-2754528"
  "description":"Bitcoin has experienced 15 corrections since its inception in 2009. The asset’s current decline all the way down from its all time high of $69K is within its..."
  "source":"By DailyCoin"
  "date":"12 hours ago"
  "tags":[
    {
      "symbol":"BTC"
      "name":"Bitcoin"
      "icon":"https://cdn.jsdelivr.net/gh/londs/cryptocurrency-icons@lon722a8c63169dcc06e86182bf2c55a76bbc/bitcoin.svg"
    }
  ]
}

About

Access up to the minute market moving crypto news and events. Live demo page built in React with Material UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published