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