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