区块链图表和统计API允许与blockchain.info上显示的图表和统计信息进行交互。(区块链信息API)。

可以使用Charts API方法接收有关blockchain.info图表的信息:
- "status": "ok",
- "name": "Confirmed Transactions Per Day",
- "unit": "Transactions",
- "period": "day",
- "description": "The number of daily confirmed Bitcoin transactions.",
- "values": [
- {
- "x": 1442534400, // Unix timestamp (2015-09-18T00:00:00+00:00)
- "y": 188330.0
- },
- ...
Stats API可用于接收有关blockchain.info统计信息的信息:
- "market_price_usd": 610.036975,
- "hash_rate": 1.8410989266292908E9,
- "total_fees_btc": 6073543165,
- "n_btc_mined": 205000000000,
- "n_tx": 233805,
- "n_blocks_mined": 164,
- "minutes_between_blocks": 8.2577,
- "totalbc": 1587622500000000,
- "n_blocks_total": 430098,
- "estimated_transaction_volume_usd": 1.2342976868108143E8,
- "blocks_size": 117490685,
- "miners_revenue_usd": 1287626.6577490852,
- "nextretarget": 431423,
- "difficulty": 225832872179,
- "estimated_btc_sent": 20233161880242,
- "miners_revenue_btc": 2110,
- "total_btc_sent": 184646388663542,
- "trade_volume_btc": 21597.09997288,
- "trade_volume_usd": 1.3175029536228297E7,
- "timestamp": 1474035340000
比特币API (编辑:惠州站长网)
【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!
|