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