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