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