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.
explorer.smnccoin.com/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.smnccoin.com/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.smnccoin.com/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
explorer.smnccoin.com/api/getblockhash?index=187
getblock [hash]
Returns information about the block with the given hash.
explorer.smnccoin.com/api/getblock?hash=000004a12790c1cc1d95eb50525217f6a07ee00ca5f7f9b67dd0aacece4bec40
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.smnccoin.com/api/getrawtransaction?txid=89f43f88e4f5d08f779069c05b6ca17b7992dd03bb1d8cb6280d7abd13bef029&decrypt;=0
explorer.smnccoin.com/api/getrawtransaction?txid=89f43f88e4f5d08f779069c05b6ca17b7992dd03bb1d8cb6280d7abd13bef029&decrypt;=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.smnccoin.com/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.smnccoin.com/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.smnccoin.com/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.smnccoin.com/ext/getaddress/SQjM84PCwLbjhkXvc25sQYJxExYAb92dwW
gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.smnccoin.com/ext/gettx/89f43f88e4f5d08f779069c05b6ca17b7992dd03bb1d8cb6280d7abd13bef029
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.smnccoin.com/ext/getbalance/SQjM84PCwLbjhkXvc25sQYJxExYAb92dwW
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
explorer.smnccoin.com/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
explorer.smnccoin.com/tx/89f43f88e4f5d08f779069c05b6ca17b7992dd03bb1d8cb6280d7abd13bef029
block (/block/hash)
explorer.smnccoin.com/block/000004a12790c1cc1d95eb50525217f6a07ee00ca5f7f9b67dd0aacece4bec40
address (/address/hash)
explorer.smnccoin.com/address/SQjM84PCwLbjhkXvc25sQYJxExYAb92dwW
qrcode (/qr/hash)
explorer.smnccoin.com/qr/SQjM84PCwLbjhkXvc25sQYJxExYAb92dwW