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