
The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
API calls
Returns data from ABO
getdifficulty
Returns the current difficulty.
www.explorer.abosom.org/api/getdifficultygetconnectioncount
Returns the number of connections the block explorer has to other nodes.
www.explorer.abosom.org/api/getconnectioncountgetmasternodecount
Returns the total number of master nodes on the network.
www.explorer.abosom.org/api/getmasternodecountgetblockcount
Returns the current block index.
www.explorer.abosom.org/api/getblockcountgetblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
www.explorer.abosom.org/api/getblockhash?index=300getblock [hash]
Returns information about the block with the given hash.
www.explorer.abosom.org/api/getblock?hash=7cd0a06c15b7c167ed7c7f9fdae69b2fea5534181146206743acce3a3100b444getrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
www.explorer.abosom.org/api/getrawtransaction?txid=5ff05e1df738e5c510f2157c8cbea633a70a33aa429cec8fccadc014b3865a1b&decrypt=0
www.explorer.abosom.org/api/getrawtransaction?txid=5ff05e1df738e5c510f2157c8cbea633a70a33aa429cec8fccadc014b3865a1b&decrypt=1getnetworkhashps
Returns the current network hashrate. (hash/s)
www.explorer.abosom.org/api/getnetworkhashps
Extended API
Return data from local indexes.
getmoneysupply
Returns current money supply.
www.explorer.abosom.org/ext/getmoneysupplygetdistribution
Returns wealth distribution stats.
www.explorer.abosom.org/ext/getdistributiongetaddress
Returns information for given address.
www.explorer.abosom.org/ext/getaddress/XFv9fLn8cmzF7ABa6HUhHwzcerJ4FTwUJfgetbalance (/ext/getbalance/hash)
Returns current balance of given address.
www.explorer.abosom.org/ext/getbalance/XFv9fLn8cmzF7ABa6HUhHwzcerJ4FTwUJfgetlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
www.explorer.abosom.org/ext/getlasttxs/10/100getmasternodelist
Returns the number of master nodes on the network that are currently online.
www.explorer.abosom.org/ext/getmasternodes
Linking (GET)
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
www.explorer.abosom.org/tx/5ff05e1df738e5c510f2157c8cbea633a70a33aa429cec8fccadc014b3865a1bBlock (/block/hash)
Direct link to the Block Page.
www.explorer.abosom.org/block/7cd0a06c15b7c167ed7c7f9fdae69b2fea5534181146206743acce3a3100b444Address (/address/hash)
Direct link to the Address Page.
www.explorer.abosom.org/address/XFv9fLn8cmzF7ABa6HUhHwzcerJ4FTwUJfQrcode (/qr/hash)
Direct link to the QR Code.
www.explorer.abosom.org/qr/XFv9fLn8cmzF7ABa6HUhHwzcerJ4FTwUJf