{ "opencollection": "1.0.0", "info": { "name": "Blockchair Address Dashboards Stats API", "version": "2.0.80" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Stats", "type": "folder" }, "items": [ { "info": { "name": "Get blockchain statistics", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchair.com/:chain/stats", "params": [ { "name": "chain", "value": "", "type": "path", "description": "Blockchain slug (e.g. bitcoin, ethereum, litecoin, dogecoin)." }, { "name": "key", "value": "", "type": "query", "description": "API key." } ] }, "docs": "Returns overall statistics for a single blockchain." }, { "info": { "name": "Get multi-chain statistics", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchair.com/stats", "params": [ { "name": "key", "value": "", "type": "query", "description": "API key." } ] }, "docs": "Returns aggregated statistics across all supported blockchains." }, { "info": { "name": "Get cross-chain token statistics", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockchair.com/cross-chain/:token/stats", "params": [ { "name": "token", "value": "", "type": "path", "description": "Cross-chain token symbol." }, { "name": "key", "value": "", "type": "query", "description": "API key." } ] }, "docs": "Returns statistics for a cross-chain token (e.g. USDT, USDC) across the chains it is issued on." } ] } ], "bundled": true }