Skip to main content

Bitcoin

Access Bitcoin blockchain data including network stats, mempool info, fees, and address lookups.

Full Tutorial

See Bitcoin Deep Dive Tutorial for comprehensive examples.

Data Sourcesโ€‹

SourceEndpointsSpecialization
Blockchain.info/ticker, /stats, /difficulty, etc.Network stats, supply, market data
Mempool.space/mempool, /fees, /address/*, etc.Real-time mempool, fee estimates, transactions

Network Statisticsโ€‹

EndpointDescriptionPrice
GET /api/bitcoin/allAggregated data (price, network, supply, market)$0.01
GET /api/bitcoin/tickerMulti-currency BTC prices$0.005
GET /api/bitcoin/statsNetwork statistics$0.005
GET /api/bitcoin/difficultyMining difficulty$0.005
GET /api/bitcoin/blockcountCurrent block height$0.005
GET /api/bitcoin/hashrateNetwork hashrate$0.005
GET /api/bitcoin/totalbcTotal supply + percent mined$0.005
GET /api/bitcoin/marketcapMarket capitalization$0.005

Example: Get All Statsโ€‹

curl https://api.web3identity.com/api/bitcoin/all
{
"price": { "usd": 97500.42, "eur": 89234.18, "gbp": 77123.56 },
"network": { "blockHeight": 882451, "difficulty": 110452135211283.5, "hashrate": 823456789.12 },
"supply": { "totalBtc": 19623456.25, "maxSupply": 21000000, "percentMined": "93.4450" },
"market": { "marketCap": 1913436789012.34 },
"source": "blockchain.info"
}

Mempool & Feesโ€‹

EndpointDescriptionPrice
GET /api/bitcoin/mempoolMempool statistics$0.01
GET /api/bitcoin/mempool/recentRecent mempool transactions$0.01
GET /api/bitcoin/fees/recommendedFee recommendations (fast/medium/slow)$0.01
GET /api/bitcoin/fees/mempool-blocksFee distribution by projected block$0.01
curl https://api.web3identity.com/api/bitcoin/fees/recommended
{
"fastestFee": 45,
"halfHourFee": 38,
"hourFee": 25,
"economyFee": 12,
"minimumFee": 5,
"unit": "sat/vB",
"source": "mempool.space"
}

Address Lookupsโ€‹

EndpointDescriptionPrice
GET /api/bitcoin/address/{address}Address info & balance$0.01
GET /api/bitcoin/address/{address}/txsAddress transaction history$0.01
GET /api/bitcoin/address/{address}/utxoAddress UTXOs$0.01

Example: Get Address Infoโ€‹

curl https://api.web3identity.com/api/bitcoin/address/1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa

Transaction & Block Dataโ€‹

EndpointDescriptionPrice
GET /api/bitcoin/tx/{txid}Transaction details$0.01
GET /api/bitcoin/tx/{txid}/statusTransaction status$0.01
GET /api/bitcoin/block/{hash}Block by hash$0.01
GET /api/bitcoin/block-height/{height}Block by height$0.01
GET /api/bitcoin/blocksRecent blocks$0.01

Mining & Lightningโ€‹

EndpointDescriptionPrice
GET /api/bitcoin/mining/poolsMining pool distribution$0.01
GET /api/bitcoin/mining/hashrateHashrate history$0.01
GET /api/bitcoin/lightning/statisticsLightning Network stats$0.01

Mining Pools Query Parametersโ€‹

ParamValuesDefault
period24h, 3d, 1w, 1m, 3m, 6m, 1y, all1w