Coins & prices
Rankings, filters, bulk prices, and per-coin detail with supplies, ATH, and links.
Get Bitculator on Android
Marketcap:
$2,060,960,226,929
24h Volume:
$57,606,198,808
Jul 25 Liquidations:
$0
24H Long/Short:
Coming soon
Bitculator Data API
Prices, history, exchanges, wallets, sentiment, indicators, and liquidations - the same data behind Bitculator, served as clean JSON with honest precision.
$ curl https://bitculator.com/api/v1/prices/bitcoin \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": {
"slug": "bitcoin",
"symbol": "BTC",
"price": "63520.780763913",
"change_24h": 1.35,
"last_updated": "2026-07-03T12:00:07Z"
}
}The Data API has its own plans and quota, separate from embeds. Start free - no card required.
Explore the full API surface with a generous monthly allowance.
10,000
30
100
2
55
$9.99
For production apps - five times the quota and premium indicator windows.
50,000
60
250
5
67
$29.99
For data-hungry platforms - our highest request quota and priority support.
250,000
120
250
10
76
Prices are provisional launch figures. Quotas and rate limits are firm.
Full coverage
Market data, analytics and editorial - coins, history, exchanges, wallets, sentiment, indicators, liquidations and more. Every family returns the same clean { data, meta } JSON, previewed below.
Rankings, filters, bulk prices, and per-coin detail with supplies, ATH, and links.
Minutely to daily OHLC candles, marketcap history, and raw sparkline series.
Exchange rankings, volume history, and the full 13-factor trust score breakdown.
Every tracked market: per-exchange tickers and venue-aggregated trading pairs.
Wallet scores, feature taxonomy, side-by-side compares, and release timelines.
Fear & greed, bull/bear regime, altseason readings, and community votes.
Thirteen daily indicator families per coin - RSI, MACD, SMA, volatility, and more.
The raw derivatives liquidation feed plus hourly and daily aggregates.
Articles, curated videos, and AI market insights in nineteen languages.
DCA backtests, historical profit & loss, compounding, loans, and staking math.
Official SDKs
Hand-written, idiomatic clients for every major language - the same 85 endpoints, pagination, typed errors and decimal-string precision everywhere. MIT-licensed and open source.
Node · Deno · browsers
$ npm install @bitculator/sdk3.9+ · zero dependencies
$ pip install bitculator8.1+ · zero dependencies
$ composer require bitculator/sdk1.23+ · stdlib only
$ go get github.com/bitculator/bitculator-go-sdk2021 edition
$ cargo add bitculator17+ · Jackson
$ com.bitculator : bitculator : 1.0.0net8.0 · zero dependencies
$ dotnet add package BitculatorC++17 · header-only
$ FetchContent: bitculator-cpp-sdkAll eight repos live under github.com/BitculatorMIT
Integrations
Live prices, history and market metrics as plain spreadsheet formulas in Google Sheets and Microsoft Excel - or as tools your AI assistant calls through the MCP server. Same Data API, same key, zero glue code.
Custom functions · paste-in script
=BITCULATOR_PRICE("bitcoin")=BITCULATOR_PRICE()Live price of any coin, in any currency=BITCULATOR_HISTORY()OHLC candles - spills a whole table=BITCULATOR_FEARGREED()The Fear & Greed index, livePower Query · Office Scripts
fnBitculator("coins", [per_page = "100"])fnBitculator()One reusable query function for every endpointPower QueryRefreshable data tables in Excel desktopOffice ScriptsScheduled refresh on Excel for the web19 tools · Claude, Cursor & more
https://bitculator.com/mcpget_pricesLive price of any coin, in any currencyget_price_historyOHLC candles - spills a whole tableget_fear_greedThe Fear & Greed index, liveFree API key, no card required - create one in the developer console
Quickstart
You don't need an SDK - it's just HTTP with a Bearer header, and the same three steps work from curl, JavaScript, Python or PHP.
Create a key
Sign up free and generate an API key from your dashboard.
Send a request
curl any endpoint with your Bearer token.
Get precise JSON
A clean { data, meta } envelope with decimal-string prices.
$ curl https://bitculator.com/api/v1/coins/bitcoin \
-H "Authorization: Bearer YOUR_API_KEY"{ "data": { "slug": "bitcoin", "symbol": "BTC", "price": "63520.780763913", "market_cap": "1254800433120.4187", "circulating_supply": "19754218.00000000", "change_24h": "2.41" }, "meta": { "currency": "usd", "quota_remaining": 49712 } }
This call cost exactly 1 request - no credits, no compute units.
Built to be trusted
The exact data that powers Bitculator itself - with the integration guarantees serious builders expect.
Every price, trust score and indicator you pull is the exact dataset rendering on Bitculator right now - the data our own product runs on, not a third-party mirror.
Prices, rates and supplies ship as strings - never lossy floats. No rounding surprises in your ledger.
Success is always { data, meta }; errors are always a typed error object - so a 429 looks exactly like you'd expect.
Every response carries X-Quota-* headers. One call is one request - no hidden compute units.
Price alarms are pushed to your endpoint with a signature you verify before trusting the payload.
A public spec (no key) and a Postman collection - instant client codegen in any language.
GET /api/v1/openapi.jsonInteractive reference at /documentation/api/v1, localized across all 19 supported languages.
Your input helps us keep things correct. Contact us if anything is incorrect or missing.