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