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