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.
http://altexplorer.freedom-coin.io/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
http://altexplorer.freedom-coin.io/api/getconnectioncount
getblockcount
Returns the current block index.
http://altexplorer.freedom-coin.io/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
http://altexplorer.freedom-coin.io/api/getblockhash?index=2000
getblock [hash]
Returns information about the block with the given hash.
http://altexplorer.freedom-coin.io/api/getblock?hash=6d542bc2168eb1be0bda5ed7e40684117bfc15313f1703ad14b2c1667db26335
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
http://altexplorer.freedom-coin.io/api/getrawtransaction?txid=5ef682b23d2b583690298f4cac5aca7085d82b157ca62b7cd48b9a179c3dbbd2&decrypt=0
http://altexplorer.freedom-coin.io/api/getrawtransaction?txid=5ef682b23d2b583690298f4cac5aca7085d82b157ca62b7cd48b9a179c3dbbd2&decrypt=1
Return data from local indexes
getmoneysupply
Returns current money supply
http://altexplorer.freedom-coin.io/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
http://altexplorer.freedom-coin.io/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
http://altexplorer.freedom-coin.io/ext/getaddress/tPzqq6no9c2YjokoXz5QKDcLkhdA2g8zKa
getbalance (/ext/getbalance/hash)
Returns current balance of given address
http://altexplorer.freedom-coin.io/ext/getbalance/tPzqq6no9c2YjokoXz5QKDcLkhdA2g8zKa
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
http://altexplorer.freedom-coin.io/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
http://altexplorer.freedom-coin.io/tx/5ef682b23d2b583690298f4cac5aca7085d82b157ca62b7cd48b9a179c3dbbd2
block (/block/hash)
http://altexplorer.freedom-coin.io/block/6d542bc2168eb1be0bda5ed7e40684117bfc15313f1703ad14b2c1667db26335
address (/address/hash)
http://altexplorer.freedom-coin.io/address/tPzqq6no9c2YjokoXz5QKDcLkhdA2g8zKa
qrcode (/qr/hash)
http://altexplorer.freedom-coin.io/qr/tPzqq6no9c2YjokoXz5QKDcLkhdA2g8zKa