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