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 coind
getdifficulty
Returns the current difficulty.
explorer.fireants.online/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.fireants.online/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.fireants.online/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
explorer.fireants.online/api/getblockhash?index=1358
getblock [hash]
Returns information about the block with the given hash.
explorer.fireants.online/api/getblock?hash=ea0d2ca550f6050bfeacbb39e2459ca1665431f0c5a0802b6bd931acdbdab645
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.fireants.online/api/getrawtransaction?txid=2d0389a36c0a7a4179219c16076682a4df21aad92aeea6f0965fa7042fcd7e9b&decrypt=0
explorer.fireants.online/api/getrawtransaction?txid=2d0389a36c0a7a4179219c16076682a4df21aad92aeea6f0965fa7042fcd7e9b&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.fireants.online/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.fireants.online/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.fireants.online/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.fireants.online/ext/getaddress/AhK4ynuHMnh5eDNU6WibW78bSSvsFXYmRP
gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.fireants.online/ext/gettx/2d0389a36c0a7a4179219c16076682a4df21aad92aeea6f0965fa7042fcd7e9b
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.fireants.online/ext/getbalance/AhK4ynuHMnh5eDNU6WibW78bSSvsFXYmRP
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
explorer.fireants.online/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
explorer.fireants.online/tx/2d0389a36c0a7a4179219c16076682a4df21aad92aeea6f0965fa7042fcd7e9b
block (/block/hash)
explorer.fireants.online/block/ea0d2ca550f6050bfeacbb39e2459ca1665431f0c5a0802b6bd931acdbdab645
address (/address/hash)
explorer.fireants.online/address/AhK4ynuHMnh5eDNU6WibW78bSSvsFXYmRP
qrcode (/qr/hash)
explorer.fireants.online/qr/AhK4ynuHMnh5eDNU6WibW78bSSvsFXYmRP