Skip to content

Crypto News API

Real-time crypto news, sentiment analysis, historical articles, whale transaction tracking, and live coin prices — all in one API.

Available on RapidAPI: crypto-news51

Base URL

https://crypto-news51.p.rapidapi.com

Authentication

Every request requires two RapidAPI headers:

http
X-RapidAPI-Key: YOUR_RAPIDAPI_KEY
X-RapidAPI-Host: crypto-news51.p.rapidapi.com

Endpoint Index

Crypto News

MethodEndpointDescription
GET/api/v1/crypto/articlesPaginated news articles with per-article sentiment
GET/api/v1/crypto/articles/searchSearch articles by title keyword
GET/api/v1/crypto/historical_articlesHistorical articles up to 30 days back
GET/api/v1/crypto/sentimentAggregated sentiment for a time interval
GET/api/v1/crypto/statisticsArticle counts across 12 time windows
GET/api/v1/crypto/sourcesActive news source identifiers

Crypto Prices

MethodEndpointDescription
GET/api/v1/mini-crypto/pricesLive price list ranked by market cap
GET/api/v1/fiat-currencies152 supported fiat currency codes and names
GET/api/v1/convert-rates/crypto/fromExchange rates from a fiat base to all crypto

Whale Transactions

MethodEndpointDescription
GET/api/v1/crypto/transactionsRecent large on-chain crypto transfers

Common Headers

HeaderRequiredValue
X-RapidAPI-KeyYesYour RapidAPI secret key
X-RapidAPI-HostYescrypto-news51.p.rapidapi.com

Rate Limits

PlanPriceRequests / monthRate Limit
Basic$0501,000 / hour
Pro$10100,000100 / min
Ultra$20500,000180 / min
Mega$501,000,000180 / min

Released under the MIT License.