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