{"openapi":"3.1.0","info":{"title":"Blockchair Multi-Chain Stats API","version":"1.0.0","description":"Live on-chain network statistics, mempool conditions and market data across the major UTXO blockchains and Ethereum, sourced from Blockchair. For any supported chain read the full network state — best block height, total and 24-hour block and transaction counts, mining difficulty, hashrate, coin circulation, on-chain transfer volume and chain size — or zoom into the mempool to see pending transactions, mempool size, transactions-per-second, the suggested fee per byte (or median gas price on Ethereum) and average and median transaction fees in native units and USD, or pull market data with the coin price in USD and BTC, 24-hour change, market capitalisation and dominance. Ten chains are covered: Bitcoin, Bitcoin Cash, Litecoin, Dogecoin, Dash, Zcash, Bitcoin SV, eCash, Groestlcoin and Ethereum. Distinct from single-chain mempool and gas feeds: this is one consistent multi-chain stats surface.","contact":{"name":"PremiumApi","url":"https://www.oanor.com/by/premiumapi"}},"servers":[{"url":"https://api.oanor.com/blockchair-api","description":"oanor gateway"}],"tags":[{"name":"Reference"},{"name":"Stats"},{"name":"Mempool"},{"name":"Market"},{"name":"Meta"}],"components":{"securitySchemes":{"oanorKey":{"type":"apiKey","in":"header","name":"x-oanor-key","description":"Get your key at https://www.oanor.com/developer/keys"}}},"security":[{"oanorKey":[]}],"paths":{"/v1/chains":{"get":{"operationId":"get_v1_chains","tags":["Reference"],"summary":"List supported chains","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"count":10,"chains":[{"name":"Bitcoin","chain":"bitcoin"},{"name":"Bitcoin Cash","chain":"bitcoin-cash"},{"name":"Litecoin","chain":"litecoin"},{"name":"Dogecoin","chain":"dogecoin"},{"name":"Dash","chain":"dash"},{"name":"Zcash","chain":"zcash"},{"name":"Bitcoin SV","chain":"bitcoin-sv"},{"name":"eCash","chain":"ecash"},{"name":"Groestlcoin","chain":"groestlcoin"},{"name":"Ethereum","chain":"ethereum"}]},"meta":{"timestamp":"2026-06-15T11:15:27.313Z","request_id":"a44ff4e9-34ff-4c39-b616-fc1eba84938c"},"status":"ok","message":"Chains retrieved successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/stats":{"get":{"operationId":"get_v1_stats","tags":["Stats"],"summary":"Network stats for a chain","description":"","parameters":[{"name":"chain","in":"query","required":false,"description":"Chain slug (default bitcoin)","schema":{"type":"string"},"example":"bitcoin"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"name":"Bitcoin","chain":"bitcoin","nodes":344,"blocks":953775,"blocks_24h":151,"difficulty":124932866006548.2,"volume_24h":"55310721576504","circulation":"2004301791997096","hashrate_24h":"938081422541387730514","transactions":1376900853,"inflation_24h":47187500000,"best_block_hash":"0000000000000000000025ae8bd3797aedd6cbd4a8f6346e32dbcb6cfe511cc8","best_block_time":"2026-06-15 11:03:23","blockchain_size":747521111736,"transactions_24h":756343,"best_block_height":953774},"meta":{"timestamp":"2026-06-15T11:15:27.557Z","request_id":"c3a1ae63-748b-4f2d-ad72-55d75838a919"},"status":"ok","message":"Stats retrieved successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/mempool":{"get":{"operationId":"get_v1_mempool","tags":["Mempool"],"summary":"Mempool and fee conditions for a chain","description":"","parameters":[{"name":"chain","in":"query","required":false,"description":"Chain slug (default bitcoin)","schema":{"type":"string"},"example":"bitcoin"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"name":"Bitcoin","chain":"bitcoin","mempool_tps":4.35,"mempool_size":92649533,"mempool_transactions":110287,"mempool_total_fee_usd":7590.2358,"median_transaction_fee_24h":88,"suggested_fee_per_byte_sat":2,"average_transaction_fee_24h":363,"median_transaction_fee_usd_24h":0.05800608,"average_transaction_fee_usd_24h":0.23983344471405166},"meta":{"timestamp":"2026-06-15T11:15:27.669Z","request_id":"3bd1fd4e-f13a-4cc5-ba52-6b0fcf5bc3f5"},"status":"ok","message":"Mempool retrieved successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/market":{"get":{"operationId":"get_v1_market","tags":["Market"],"summary":"Market price, cap and dominance for a chain","description":"","parameters":[{"name":"chain","in":"query","required":false,"description":"Chain slug (default bitcoin)","schema":{"type":"string"},"example":"ethereum"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"name":"Ethereum","chain":"ethereum","price_btc":0.026387528244946,"price_usd":1740.02,"market_cap_usd":209699523103,"market_dominance_percentage":8.94,"price_change_24h_percentage":3.99061},"meta":{"timestamp":"2026-06-15T11:15:27.803Z","request_id":"785d21b1-cb75-4c2f-823e-58e14e3d25aa"},"status":"ok","message":"Market data retrieved successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/meta":{"get":{"operationId":"get_v1_meta","tags":["Meta"],"summary":"Service metadata","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"name":"Blockchair Multi-Chain Stats API","source":"Blockchair (api.blockchair.com)","endpoints":[{"path":"/v1/chains","description":"List supported chains"},{"path":"/v1/stats","description":"Network stats for a chain (?chain=bitcoin)"},{"path":"/v1/mempool","description":"Mempool and fee conditions for a chain (?chain=bitcoin)"},{"path":"/v1/market","description":"Market price, cap and dominance for a chain (?chain=bitcoin)"},{"path":"/v1/meta","description":"This metadata document"}],"cache_note":"Responses are cached ~60s per chain to respect the upstream public rate limit; on-chain stats update per block.","disclaimer":"Unofficial proxy of the public Blockchair stats endpoints. Not affiliated with Blockchair. Data only; no guarantees of accuracy or availability.","description":"On-chain network statistics, mempool/fee conditions and market data across major UTXO chains and Ethereum, sourced from Blockchair.","supported_chains":["bitcoin","bitcoin-cash","litecoin","dogecoin","dash","zcash","bitcoin-sv","ecash","groestlcoin","ethereum"]},"meta":{"timestamp":"2026-06-15T11:15:27.881Z","request_id":"0d96113a-fe85-4e90-b49e-ef1b3b31735f"},"status":"ok","message":"Meta","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}}},"x-oanor-pricing":[{"slug":"free","name":"Free","price_cents_month":0,"monthly_call_quota":1880,"rps_limit":2,"hard_limit":true},{"slug":"basic","name":"Basic","price_cents_month":1040,"monthly_call_quota":47200,"rps_limit":6,"hard_limit":true},{"slug":"pro","name":"Pro","price_cents_month":3160,"monthly_call_quota":198000,"rps_limit":18,"hard_limit":true},{"slug":"scale","name":"Scale","price_cents_month":7280,"monthly_call_quota":845000,"rps_limit":45,"hard_limit":true}],"x-oanor-marketplace-url":"https://www.oanor.com/api/blockchair-api"}