The cryptocurrency data API built for builders.

Spot rates, lending and staking yields, coin metadata, stablecoin analytics, and market sentiment — from 50+ providers through a single REST API.

bash
$ curl https://api.bitcompare.net/api/v1/prices/BTC
{
  "data": {
    "BTC": {
      "price_usd": 97432.18,
      "change_24h": 2.34,
      "volume_24h": 28400000000,
      "providers": 45,
      "last_updated": "2026-03-03T12:00:00Z"
    }
  }
}
Core data

Rates, metadata, and analytics — all normalized.

Stop scraping exchanges and juggling provider APIs. Get clean, consistent data from 50+ providers through a single integration.

bash
$ curl "https://api.bitcompare.net/api/v1/rates/BTC" \
  -H "x-api-key: YOUR_KEY"
{
  "data": [
    {
      "provider": "Aave",
      "category": "lending",
      "apy": 4.82
    },
    {
      "provider": "Compound",
      "category": "lending",
      "apy": 3.91
    },
    {
      "provider": "Lido",
      "category": "staking",
      "apy": 3.24
    }
  ]
}

Lending, Staking, and Borrowing Rates

Compare APYs across 50+ CeFi and DeFi providers. Aggregated summaries with min, max, and average yields per asset.

View rates endpoints
javascript
const res = await fetch(
  'https://api.bitcompare.net/api/v1/coins/bitcoin',
  { headers: { 'x-api-key': 'YOUR_KEY' } }
)
const { data } = await res.json()
{
  "id": "bitcoin",
  "symbol": "BTC",
  "name": "Bitcoin",
  "rank": 1,
  "categories": [
    "layer-1",
    "store-of-value"
  ],
  "market_cap": 1920000000000
}

Coin Metadata for 15,000+ Assets

Full metadata including market cap, categories, network addresses, and rankings. Search, filter, and paginate across the entire crypto market.

View coins endpoints
Coverage

Comprehensive data for crypto products, research, and publishing.

Bitcompare normalizes data from dozens of exchanges and DeFi protocols into a single API — so you can focus on building instead of data plumbing.

50+

CeFi and DeFi providers with lending, staking, and borrowing rates.

19,000+

Coins tracked with full metadata, rankings, and network addresses.

Full platform

Everything you need to build crypto products.

Spot rates, yields, metadata, charts, sentiment, and more — all from one integration.

Spot Rates

Aggregated prices from multiple exchanges with outlier filtering and WebSocket streaming.

Lending & Staking Yields

APYs from 50+ providers with historical data and rate summaries.

Charts & History

OHLC price data with 5-minute to daily resolution, up to 5 years of history.

Global Stats & Sentiment

Market cap, volume, BTC dominance, Fear & Greed Index, and top movers.

Stablecoin Index

Peg stability scores, chain distribution, and regulatory status for 14 stablecoins.

Articles & Sentiment

Crypto news with NLP sentiment analysis, entity extraction, and date filtering.

Questions & Answers

Simple, transparent pricing.

Free

$0

For testing, prototypes, and light use

  • Public endpoints with IP-based rate limits

  • Free API key to increase limits

  • Core spot rates + basic platform metadata

  • Cached responses where possible

  • Community and email support

Get a free API key

Starter

$49/month

For indie developers and small projects shipping to production

  • 50,000 requests / month

  • 60 requests / minute

  • 30 days historical data

  • Commercial license for production use

  • Priority email support

Start Starter
Most popular

Growth

$149/month

For growing teams building products and dashboards

  • 200,000 requests / month

  • 120 requests / minute

  • 90 days historical data

  • Bulk endpoints (many assets per request)

  • WebSocket streams

  • Usage analytics + overage alerts

  • Priority email support

Start Growth
Full access

Pro

$499/month

For companies building products, dashboards, or research on Bitcompare data

  • 1,000,000 requests / month

  • 300 requests / minute

  • 1 year historical data

  • Higher rate limits + burst capacity

  • Expanded coverage (CeFi + DeFi, platform-level fields)

  • Usage analytics + overage alerts

  • Priority email support

Start Pro

Enterprise

Custom

For high-volume, regulated, or mission-critical use

  • Everything in Pro

  • Custom limits and dedicated throughput

  • SLA + uptime and latency commitments

  • Dedicated support (Slack / shared channel)

  • Custom data fields, mappings, and exports

  • Backfills, data dumps, or streaming options

  • Security and legal (DPA, procurement, invoicing)

Contact sales

Start building with crypto data in minutes.

Public endpoints work without an API key. Sign up for free to unlock higher limits.