The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Returns data from LYTX
getdifficulty
Returns the current difficulty.
156.96.46.58:80/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
156.96.46.58:80/api/getconnectioncount
getmasternodecount
Returns the total number of masternodes on the network.
156.96.46.58:80/api/getmasternodecount
getmaxnodecount
Returns the total number of maxnodes on the network.
156.96.46.58:80/api/getmaxnodecount
getblockcount
Returns the current block index.
156.96.46.58:80/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
156.96.46.58:80/api/getblockhash?index=62
getblock [hash]
Returns information about the block with the given hash.
156.96.46.58:80/api/getblock?hash=00000000365059eaded26a2676d94376d45499d4a69aea3442efe5a332728fcc
getrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
156.96.46.58:80/api/getrawtransaction?txid=c98754b2a5b5cddf10103c1701f448a53c81031c6afbdd0658ca74bd56e7ed57&decrypt;=0
156.96.46.58:80/api/getrawtransaction?txid=c98754b2a5b5cddf10103c1701f448a53c81031c6afbdd0658ca74bd56e7ed57&decrypt;=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
156.96.46.58:80/api/getnetworkhashps
Return data from local indexes.
getmoneysupply
Returns current money supply.
156.96.46.58:80/ext/getmoneysupply
getdistribution
Returns wealth distribution stats.
156.96.46.58:80/ext/getdistribution
getaddress
Returns information for given address.
156.96.46.58:80/ext/getaddress/DR6DPEkZADq4jB3kGY4wrpGnQfxkEPSHwx
getbalance (/ext/getbalance/hash)
Returns current balance of given address.
156.96.46.58:80/ext/getbalance/DR6DPEkZADq4jB3kGY4wrpGnQfxkEPSHwx
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
156.96.46.58:80/ext/getlasttxs/10/100
getmasternodelist
Returns the number of masternodes on the network that are currently online.
156.96.46.58:80/ext/getmasternodes
getmaxnodelist
Returns the number of maxnodes on the network that are currently online.
156.96.46.58:80/ext/getmaxnodes
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
156.96.46.58:80/tx/c98754b2a5b5cddf10103c1701f448a53c81031c6afbdd0658ca74bd56e7ed57
Block (/block/hash)
Direct link to the Block Page.
156.96.46.58:80/block/00000000365059eaded26a2676d94376d45499d4a69aea3442efe5a332728fcc
Address (/address/hash)
Direct link to the Address Page.
156.96.46.58:80/address/DR6DPEkZADq4jB3kGY4wrpGnQfxkEPSHwx
Qrcode (/qr/hash)
Direct link to the QR Code.
156.96.46.58:80/qr/DR6DPEkZADq4jB3kGY4wrpGnQfxkEPSHwx