
BITFUC Public API
A listing of public API endpoints for retrieving BITFUC coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer.miningcrypto.online/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.miningcrypto.online/api/getconnectioncount
- getblockcountReturns the current block index.explorer.miningcrypto.online/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.miningcrypto.online/api/getblockhash?index=3876
- getblock [hash]Returns information about the block with the given hash.explorer.miningcrypto.online/api/getblock?hash=b1c2a2b9d897ff4b810f6bdcb853e67034b60ec9ec0aca41089e61298773c560
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)explorer.miningcrypto.online/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.miningcrypto.online/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.miningcrypto.online/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.miningcrypto.online/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.miningcrypto.online/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.miningcrypto.online/ext/getaddress/fuc1q8cp4rwwcdsp2calanxz8w9epx44lftwa4tvpw8
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.miningcrypto.online/ext/getaddresstxs/fuc1q8cp4rwwcdsp2calanxz8w9epx44lftwa4tvpw8/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.miningcrypto.online/ext/gettx/bfc443e69964c04b2f15d7461d3804fadd8794ffaa7e835c660ff541512a8303
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.miningcrypto.online/ext/getbalance/fuc1q8cp4rwwcdsp2calanxz8w9epx44lftwa4tvpw8
- getlasttxs (/ext/getlasttxs/min/start/length)Returns last [length] transactions greater than [min] coins, starting from offset [start]Note: [length] is limited to returning 100 records per query
- getcurrentpriceReturns last known exchange priceexplorer.miningcrypto.online/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.miningcrypto.online/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesexplorer.miningcrypto.online/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.miningcrypto.online/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.miningcrypto.online/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.miningcrypto.online/ext/getmasternoderewards/fuc1q8cp4rwwcdsp2calanxz8w9epx44lftwa4tvpw8/3876
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]explorer.miningcrypto.online/ext/getmasternoderewardstotal/fuc1q8cp4rwwcdsp2calanxz8w9epx44lftwa4tvpw8/3876
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.miningcrypto.online/tx/bfc443e69964c04b2f15d7461d3804fadd8794ffaa7e835c660ff541512a8303
- block (/block/hash)explorer.miningcrypto.online/block/b1c2a2b9d897ff4b810f6bdcb853e67034b60ec9ec0aca41089e61298773c560
- address (/address/hash)explorer.miningcrypto.online/address/fuc1q8cp4rwwcdsp2calanxz8w9epx44lftwa4tvpw8
- qrcode (/qr/hash)explorer.miningcrypto.online/qr/fuc1q8cp4rwwcdsp2calanxz8w9epx44lftwa4tvpw8

