Warning
Blockchain data is currently being synchronized. You may browse the site during this time, but keep in mind that data may not yet be fully accurate and some functionality may not work until synchronization is complete.

Fuertecoin Public API
A listing of public API endpoints for retrieving Fuertecoin 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.fuertecoin.network:3001/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.fuertecoin.network:3001/api/getconnectioncount
- getblockcountReturns the current block index.explorer.fuertecoin.network:3001/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.fuertecoin.network:3001/api/getblockhash?index=750
- getblock [hash]Returns information about the block with the given hash.explorer.fuertecoin.network:3001/api/getblock?hash=6cccaa8a28f6bcdd4c35d3793d5a86e52e4696bf3007468b8e2706990225e913
- 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.fuertecoin.network:3001/api/getnetworkhashps
- getmasternodecountReturns the total number of masternodes on the network.explorer.fuertecoin.network:3001/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.fuertecoin.network:3001/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.fuertecoin.network:3001/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.fuertecoin.network:3001/ext/getaddress/FKpDGooLm5yXHrMk3fdtutcA8Q5HaAwN8E
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.fuertecoin.network:3001/ext/getaddresstxs/FKpDGooLm5yXHrMk3fdtutcA8Q5HaAwN8E/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.fuertecoin.network:3001/ext/gettx/9928100678e458275befc6085acdd189b8ef7b2a7379882c7fc4ff06b13d2843
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.fuertecoin.network:3001/ext/getbalance/FKpDGooLm5yXHrMk3fdtutcA8Q5HaAwN8E
- 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.fuertecoin.network:3001/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.fuertecoin.network:3001/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodesexplorer.fuertecoin.network:3001/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.fuertecoin.network:3001/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.fuertecoin.network:3001/ext/getmasternodelist
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.fuertecoin.network:3001/tx/9928100678e458275befc6085acdd189b8ef7b2a7379882c7fc4ff06b13d2843
- block (/block/hash)explorer.fuertecoin.network:3001/block/6cccaa8a28f6bcdd4c35d3793d5a86e52e4696bf3007468b8e2706990225e913
- address (/address/hash)explorer.fuertecoin.network:3001/address/FKpDGooLm5yXHrMk3fdtutcA8Q5HaAwN8E
- qrcode (/qr/hash)explorer.fuertecoin.network:3001/qr/FKpDGooLm5yXHrMk3fdtutcA8Q5HaAwN8E