/finance namespace · APlicious

Free Crypto Price API — real-time prices, market cap, and Fear & Greed Index

The /finance namespace's crypto endpoints cover live prices, top-100 market cap rankings, historical data, and the Crypto Fear & Greed Index — everything a basic portfolio tracker needs.

100+top cryptocurrencies
Get free API key View docs
GET /api/v1/finance/crypto/price
const res = await fetch(
  'https://aplicious.com/api/v1/finance/crypto/price?coin=bitcoin',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { coin: "bitcoin", price_usd: 67234.50, change_24h_pct: 2.3, market_cap: 1320000000000 }

No credit card · Free tier forever · X-API-Key header auth

What's included in /finance

Real-time prices

Current price, 24h/7d change, market cap, and circulating supply for any cryptocurrency.

Top 100 by market cap

Live-ranked leaderboard, not a hand-maintained list that goes stale when a new coin breaks into the top 100.

Historical data

Price, market cap, and volume history for up to 365 days.

Crypto Fear & Greed Index

The standard 0-100 market-sentiment score, with classification and 7-day history.

Currency converter for crypto-to-fiat

Convert between any supported fiat currency pair, useful alongside crypto holdings.

Start using the crypto price API free today

Free tier — 500 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /finance docs

Frequently asked questions

How many cryptocurrencies are covered?

Individual price lookup covers any major coin by ID; /crypto/list returns the top 100 by market cap.

Is the Fear & Greed Index real or computed by you?

It's the standard market-wide sentiment index, returned with classification and 7-day history.

Is there a free tier?

Yes — 500 calls/month forever, no credit card.

Related API guides

Stock Market API — Free Real-Time Quotes, History, and Search

Real-time stock quotes, historical OHLCV data, ticker search, fundamentals, insi

Read guide

Currency Conversion API — Live Rates, 170 Currencies, Free

Live currency exchange rates, historical rates, and conversion endpoints for 170

Read guide

Finance API for Developers — Stock Quotes, SIP, Tax, Forex

REST API for stock quotes, SIP calculators, compound interest, forex rates, tax

Read guide

One key unlocks all 34 namespaces — weather, finance, fitness, astrology, and more.

View all plans and pricing →