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.
{
"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"
}
}
}






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.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/bitcoin?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ currency, price, marketCap, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseOur Bitcoin Price API delivers real-time prices in any currency. Simply multiply user holdings by the current price to display portfolio value, with 24-hour change data for performance tracking.
Poll our Bitcoin Price API at regular intervals and compare against user-defined thresholds. Use the 24h high/low and change percentage to trigger alerts for significant movements.
Our API returns comprehensive market data with pre-formatted values for easy display. Get price, market cap, volume, 24h high/low, and change metrics in a single call.
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);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog