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 absoluted
getdifficulty Returns the current difficulty. https://explorer.absolutecoin.online/api/getdifficulty
getconnectioncount Returns the number of connections the block explorer has to other nodes. https://explorer.absolutecoin.online/api/getconnectioncount
getmasternodecount Returns the total number of master nodes on the network. https://explorer.absolutecoin.online/api/getmasternodecount
getblockcount Returns the current block index. https://explorer.absolutecoin.online/api/getblockcount
getblockhash [index] Returns the hash of the block at ; index 0 is the genesis block. https://explorer.absolutecoin.online/api/getblockhash?index=31188
getblock [hash] Returns information about the block with the given hash. https://explorer.absolutecoin.online/api/getblock?hash=0000000000120499045c5a0adb63ea7f5f171378ac6e29d4e4aaa1322b2b7547
getrawtransaction [txid] [decrypt] Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true). https://explorer.absolutecoin.online/api/getrawtransaction?txid=23cc13c5b8e4d04d9f22241bfda1ec321826d9865bc9b53ce6a0432064a76d22&decrypt=0 https://explorer.absolutecoin.online/api/getrawtransaction?txid=23cc13c5b8e4d04d9f22241bfda1ec321826d9865bc9b53ce6a0432064a76d22&decrypt=1
Return data from local indexes
getmoneysupply Returns current money supply https://explorer.absolutecoin.online/ext/getmoneysupply
getdistribution Returns wealth distribution stats https://explorer.absolutecoin.online/ext/getdistribution
getaddress (/ext/getaddress/hash) Returns information for given address https://explorer.absolutecoin.online/ext/getaddress/AXgS5oeWpt8d4uv61A1KdnFbRRASh1Hry2
getbalance (/ext/getbalance/hash) Returns current balance of given address https://explorer.absolutecoin.online/ext/getbalance/AXgS5oeWpt8d4uv61A1KdnFbRRASh1Hry2
getlasttxs (/ext/getlasttxs/count/min) Returns last [count] transactions greater than [min] Note: returned values are in satoshis https://explorer.absolutecoin.online/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid) https://explorer.absolutecoin.online/tx/23cc13c5b8e4d04d9f22241bfda1ec321826d9865bc9b53ce6a0432064a76d22
block (/block/hash) https://explorer.absolutecoin.online/block/0000000000120499045c5a0adb63ea7f5f171378ac6e29d4e4aaa1322b2b7547
address (/address/hash) https://explorer.absolutecoin.online/address/AXgS5oeWpt8d4uv61A1KdnFbRRASh1Hry2
qrcode (/qr/hash) https://explorer.absolutecoin.online/qr/AXgS5oeWpt8d4uv61A1KdnFbRRASh1Hry2