Real-Time Bitcoin Market Data

Bitcoin Price API.

Get real-time Bitcoin price data including current price, market capitalization, 24-hour trading volume, and price changes. Data is refreshed hourly from multiple reliable sources and available in 170+ currencies worldwide.

Free tier, no card< 200ms responses99.9% uptime SLA
GET/v1/bitcoinlive
Response200 OK · sample
{
  "status": "ok",
  "error": null,
  "data": {
    "currency": "USD",
    "price": 97250.43,
    "marketCap": 1928000000000,
    "volume24h": 35420000000,
    "change24h": -1.52,
    "lastUpdated": "2026-02-07T12:00:00.000Z",
    "high24h": 98750.21,
    "low24h": 96125.88,
    "changeDirection": "down",
    "formatted": {
      "price": "$97,250.43",
      "marketCap": "$1.93T",
      "volume": "$35.42B",
      "priceWords": "ninety-seven thousand two hundred fifty dollars"
    }
  }
}
Sample response · verify to run one live call, no signup
Integrates with your favorite tools
LangChainn8nZapierMakePipedreamPower AutomatePostman

Bitcoin Price API

Get real-time Bitcoin price data including current price, market capitalization, 24-hour trading volume, and price changes. Data is refreshed hourly from multiple reliable sources and available in 170+ currencies worldwide.

  • Real-time price updates hourly
  • 170+ currencies supported
  • 24h high, low, volume & change data
  • Market cap in human-readable format
  1. 1

    Send one request

    A single authenticated GET with the location you care about — no SDK required.

    GET /v1/bitcoin?query=
    x-api-key: your_key
  2. 2

    We do the aggregation

    Each request pulls from multiple upstream sources and computes the derived fields for you.

  3. 3

    Get clean JSON back

    One structured object, typically under 200 ms — ready to render.

    { currency, price, marketCap, }

Everything in a single call.

/v1/bitcoinapplication/json
currency"USD"
price97250.43
marketCap1928000000000
volume24h35420000000
change24h-1.52
lastUpdated"2026-02-07T12:00:00.000Z"
high24h98750.21
low24h96125.88
changeDirection"down"
formattedprice, marketCap, volume, priceWords

What developers build with it.

Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.

See every use case

Call it in your language.

Copy a working request, or install a typed SDK. Same endpoint, same key.

const res = await fetch("https://api.apiverve.com/v1/bitcoin?currency=USD&hourly=true", {
  headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);

One subscription, the whole real-time bitcoin market data stack.

Every related API ships with your key — no separate plans, no extra keys, one bill.

See pricing
8APIs in this bundle
99.9%uptime SLA

Wire it into the tools you already run.

Ready-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.

Google Sheets
Log hourly Bitcoin price data
WhenScheduled hourly
ThenFetch BTC price → append row
Slack
Daily Bitcoin price briefing
WhenScheduled daily morning
ThenFetch BTC price → post to channel
Airtable
Build a Bitcoin price history database
WhenScheduled hourly
ThenFetch BTC price → create record
Notion
Bitcoin price dashboard in Notion
WhenScheduled hourly
ThenFetch BTC price → update database entry
Salesforce
Track Bitcoin price for crypto accounts
WhenScheduled hourly
ThenFetch BTC price → update custom field
GitHub
Update BTC price in project data files
WhenScheduled hourly
ThenFetch BTC price → commit updated JSON
Browse all integrations

Questions about the API

How often is the Bitcoin price updated?
Bitcoin price data is refreshed hourly from multiple reliable market sources to ensure accuracy. The lastUpdated field in the response indicates the exact timestamp of the most recent update.
What currencies can I get Bitcoin prices in?
We support 170+ currencies including all major fiat currencies (USD, EUR, GBP, JPY, etc.), cryptocurrencies (ETH, BTC), and precious metals (XAU, XAG). The default is USD if no currency is specified.
What market data is included in the response?
Each response includes current price, market capitalization, 24-hour trading volume, 24-hour price change percentage, 24-hour high and low prices, change direction indicator, and formatted versions for display.
Can I use this API for a trading application?
Yes! Our Bitcoin Price API is designed for portfolio trackers, trading dashboards, and financial applications. The hourly refresh rate is suitable for most consumer applications. For high-frequency trading, consider our enterprise options.
Is historical Bitcoin price data available?
This endpoint provides current prices and 24-hour metrics. For historical price data spanning longer periods, contact our team about enterprise data access.
How do I handle price changes in my app?
The changeDirection field returns "up", "down", or "unchanged" making it easy to display green/red indicators. The change24h field provides the exact percentage change for detailed displays.

Start building with the Bitcoin Price API. Free tier, no card required — your key is live in minutes.

Bonus: 300+ more APIs

The same key unlocks every other APIVerve endpoint — reach for them when you need them.

Browse the catalog