{ "opencollection": "1.0.0", "info": { "name": "Blockchain.com , Stats & Market Data Addresses Charts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Charts", "type": "folder" }, "items": [ { "info": { "name": "Blockchain.com Get a Chart Time-series", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchain.info/charts/:chartName", "params": [ { "name": "chartName", "value": "", "type": "path", "description": "Chart identifier (kebab-case)." }, { "name": "timespan", "value": "", "type": "query", "description": "Duration spanned by the dataset (e.g. `5weeks`, `1year`, `all`). Default `1year`." }, { "name": "rollingAverage", "value": "", "type": "query", "description": "Smoothing window applied to the time series (e.g. `8hours`, `7days`)." }, { "name": "start", "value": "", "type": "query", "description": "Custom start date in `YYYY-MM-DD` format." }, { "name": "format", "value": "", "type": "query", "description": "Response format (`json` or `csv`). Default `json`." }, { "name": "sampled", "value": "", "type": "query", "description": "If true, downsample to ~1.5k points for performance." } ] }, "docs": "Returns a time-series dataset for the requested chart name. Common chart names include\n`transactions-per-second`, `market-price`, `hash-rate`, `difficulty`, `miners-revenue`,\n`mempool-size`, `n-transactions`, `total-bitcoins`, `avg-block-size`, `mempool-count`,\n`cost-per-transaction`, and many others.\n" } ] } ], "bundled": true }