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