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