Skip to content

APIWizardCrypto & Finance APIs

Real-time crypto news, sentiment analysis, exchange rates, and whale transaction tracking. Production-ready REST APIs available on RapidAPI.

APIWizard

Quick Start

Pick your API and make your first request in under 2 minutes.

bash
curl "https://crypto-news51.p.rapidapi.com/api/v1/crypto/articles?limit=5&time_frame=24h" \
  -H "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \
  -H "X-RapidAPI-Host: crypto-news51.p.rapidapi.com"
bash
curl "https://crypto-news51.p.rapidapi.com/api/v1/crypto/sentiment?interval=1h" \
  -H "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \
  -H "X-RapidAPI-Host: crypto-news51.p.rapidapi.com"
bash
curl "https://fast-price.p.rapidapi.com/convert?from=USD&to=BTC&amount=100" \
  -H "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \
  -H "X-RapidAPI-Host: fast-price.p.rapidapi.com"

Get your RapidAPI key →

Released under the MIT License.