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