iBitHub Explorer API

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.

Available Endpoints

GET /api.php?endpoint=getmoneysupply

Returns 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=getblockcount

Current blockchain height (integer).

curl https://ibithub.com/api.php?endpoint=getblockcount

Example: 689551

GET /api.php?endpoint=getdifficulty

Current mining difficulty.

curl https://ibithub.com/api.php?endpoint=getdifficulty

Example: 25547.123

GET /api.php?endpoint=getnetworkhashps

Estimated network hashrate (hashes per second).

curl https://ibithub.com/api.php?endpoint=getnetworkhashps

Example: 245000000000 (≈ 245 GH/s)