{ "opencollection": "1.0.0", "info": { "name": "Blockchain.com Charts, Stats & Market Data Addresses Network API", "version": "1.0.0" }, "items": [ { "info": { "name": "Network", "type": "folder" }, "items": [ { "info": { "name": "Blockchain.com Get Current Difficulty", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/getdifficulty" }, "docs": "Current mining difficulty target as a decimal number." }, { "info": { "name": "Blockchain.com Get Current Block Count", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/getblockcount" }, "docs": "Current block height in the longest chain." }, { "info": { "name": "Blockchain.com Get the Latest Block Hash", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/latesthash" }, "docs": "Hash of the most recent block on the longest chain." }, { "info": { "name": "Blockchain.com Get the Current Block Reward", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/bcperblock" }, "docs": "Current block reward in BTC." }, { "info": { "name": "Blockchain.com Get Total Bitcoins in Circulation", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/totalbc" }, "docs": "Total Bitcoins in circulation (delayed by up to 1 hour), in Satoshi." }, { "info": { "name": "Blockchain.com Get Block Solve Probability", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/probability" }, "docs": "Probability of a single hash attempt solving the next block." }, { "info": { "name": "Blockchain.com Get Hashes Needed to Solve a Block", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/hashestowin" }, "docs": "Average number of hashes required to solve a single block." }, { "info": { "name": "Blockchain.com Get Next Difficulty Retarget Block", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/nextretarget" }, "docs": "Block height of the next difficulty re-target event." }, { "info": { "name": "Blockchain.com Get Average Transaction Size", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/avgtxsize", "params": [ { "name": "blocks", "value": "", "type": "query", "description": "Number of trailing blocks to average over." } ] }, "docs": "Average transaction size in bytes across the most recent blocks (configurable)." }, { "info": { "name": "Blockchain.com Get Average Transaction Value", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/avgtxvalue", "params": [ { "name": "blocks", "value": "", "type": "query", "description": "Number of trailing blocks to average over (default 1000)." } ] }, "docs": "Average transaction value in Satoshi across the most recent blocks (configurable)." }, { "info": { "name": "Blockchain.com Get Average Interval Between Blocks", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/interval" }, "docs": "Average time between blocks in seconds." }, { "info": { "name": "Blockchain.com Get ETA of the Next Block", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/eta" }, "docs": "Estimated number of seconds until the next block is mined." }, { "info": { "name": "Blockchain.com Get Average Transactions Per Block", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/q/avgtxnumber", "params": [ { "name": "blocks", "value": "", "type": "query", "description": "Number of trailing blocks to average over." } ] }, "docs": "Average number of transactions per block over the most recent blocks." } ] } ], "bundled": true }