APIs

For third-party integrations

The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.

 
getdifficulty
Returns the current difficulty.
https://blockexplorer.suacoin.com/api/getdifficulty
 
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
https://blockexplorer.suacoin.com/api/getconnectioncount
 
getblockcount
Returns the current block index.
https://blockexplorer.suacoin.com/api/getblockcount
 
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
https://blockexplorer.suacoin.com/api/getblockhash?index=70788
 
getmoneysupply
Returns current money supply.
https://blockexplorer.suacoin.com/ext/getmoneysupply
 
getaddress (/ext/getaddress/hash)
Returns information for given address.
https://blockexplorer.suacoin.com/ext/getaddress/1PggHFVTnLbpRZQV79pBdvXXFKE3sz9Ehw
 
getbalance (/ext/getbalance/hash)
Returns current balance of given address.
https://blockexplorer.suacoin.com/ext/getbalance/15xV4HXXN18o5ZwaUWr97pvH3Cw5YJdmNb