The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Return data from fonero-cli
getdifficulty Returns the current difficulty. /api/getdifficulty
getconnectioncount Returns the number of connections the block explorer has to other nodes. /api/getconnectioncount
getmasternodecount Returns the total number of master nodes on the network. /api/getmasternodecount
getblockcount Returns the current block index. /api/getblockcount
getblockhash [index] Returns the hash of the block at ; index 0 is the genesis block. /api/getblockhash?index=1
getblock [hash] Returns information about the block with the given hash. /api/getblock?hash=0000007c15f06e17e21ae710e1db3e16974da279d14c857f2acb665abcff3778
getrawtransaction [txid] [decrypt] Returns raw transaction representation for given transaction id. decrypt can be set to 0 (false) or 1 (true). /api/getrawtransaction?txid=a7afd36a92d14e0c3114778bceb311575ca7292d53e11d15101af8328df96a8c&decrypt=0 /api/getrawtransaction?txid=a7afd36a92d14e0c3114778bceb311575ca7292d53e11d15101af8328df96a8c&decrypt=1
getmasternodelist (/api/getmasternodelist) Returns a list of all seen masternodes /api/getmasternodelist
Return data from local indexes
getmoneysupply Returns current money supply /ext/getmoneysupply
getdistribution Returns wealth distribution stats /ext/getdistribution
getaddress (/ext/getaddress/hash) Returns information for given address /ext/getaddress/Fs22yLBCeHgRcjCJGTdvNJbDCZiVexv11M
getbalance (/ext/getbalance/hash) Returns current balance of given address /ext/getbalance/Fs22yLBCeHgRcjCJGTdvNJbDCZiVexv11M
getlasttxs (/ext/getlasttxs/count/min) Returns last [count] transactions greater than [min] Note: returned values are in satoshis /ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid) /tx/a7afd36a92d14e0c3114778bceb311575ca7292d53e11d15101af8328df96a8c
block (/block/hash) /block/0000007c15f06e17e21ae710e1db3e16974da279d14c857f2acb665abcff3778
address (/address/hash) /address/Fs22yLBCeHgRcjCJGTdvNJbDCZiVexv11M
qrcode (/qr/hash) /qr/Fs22yLBCeHgRcjCJGTdvNJbDCZiVexv11M