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