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