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