Secure HTTPS endpoints for live blockchain data • Powered by iBitHub Scrypt PoW Network
Proxy access to the iBitHub block explorer over HTTPS.
No mixed-content issues • CORS enabled • Ideal for websites, wallets, and apps.
GET /api.php?endpoint=getmoneysupplyReturns current circulating supply (plain text float).
curl https://ibithub.com/api.php?endpoint=getmoneysupply
Example response: 18748231.25
Used on the main site for live supply stats.
GET /api.php?endpoint=getblockcountCurrent blockchain height (integer).
curl https://ibithub.com/api.php?endpoint=getblockcount
Example: 689551
GET /api.php?endpoint=getdifficultyCurrent mining difficulty.
curl https://ibithub.com/api.php?endpoint=getdifficulty
Example: 25547.123
GET /api.php?endpoint=getnetworkhashpsEstimated network hashrate (hashes per second).
curl https://ibithub.com/api.php?endpoint=getnetworkhashps
Example: 245000000000 (≈ 245 GH/s)