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