
LcRyp Public API
A listing of public API endpoints for retrieving LcRyp coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coin daemon RPC interface
- getblockheights (/explorer.php?command=version)Version APIlcryp.com/explorer.php?command=version
- checknode [node_name] (/explorer.php?command=checknode&node_name=[node_name])Check the status and information of a specific network node.lcryp.com/explorer.php?command=checknode&node_name=[213.109.236.129:4995]
- getblockheights (/explorer.php?command=getblockheights)Returns a list of block heights.lcryp.com/explorer.php?command=getblockheights
- latest_field_top (/explorer.php?command=latest_field_top)Returns top addresses/transactions by a specific field.lcryp.com/explorer.php?command=latest_field_top
- latest_field_top_full (/explorer.php?command=latest_field_top_full)Returns full top addresses/transactions by a specific field with details.lcryp.com/explorer.php?command=latest_field_top_full
- reachable_nodes (/explorer.php?command=reachable_nodes)Returns a list of all reachable network nodes.lcryp.com/explorer.php?command=reachable_nodes
- getblocknode [hash] [verbose] (/explorer.php?command=getblocknode&hash=[hash]&verbose=[0-2])Returns block information directly from a node (with verbose parameter).lcryp.com/explorer.php?command=getblocknode&hash=00000000db6484c8f3b4e6d89f7ecff9ef426f44065489ac4c81378b50002720&verbose=2
- getrawtransactionnode [txid] [verbose] (/explorer.php?command=getrawtransactionnode&txid=[txid]&verbose=[0 or 1])Returns raw transaction directly from a node (with verbose parameter).lcryp.com/explorer.php?command=getrawtransactionnode&txid=39dba5927e6878ca2a8cdc2966b2a44cb1776846f04caafe3d6d256a580c1089&verbose=1
- getdifficulty (/explorer.php?command=getdifficulty)Returns the current difficulty.lcryp.com/explorer.php?command=getdifficulty
- getnetworkhashps (/explorer.php?command=getnetworkhashps)Returns the current network hashrate. (hash/s)lcryp.com/explorer.php?command=getnetworkhashps
- getconnectioncount (/explorer.php?command=getconnectioncount)Returns the number of connections the block explorer has to other nodes.lcryp.com/explorer.php?command=getconnectioncount
- getblockcount (/explorer.php?command=getblockcount)Returns the current block index.lcryp.com/explorer.php?command=getblockcount
- getblockhash [height] (/explorer.php?command=getblockhash&height=[height])Returns the hash of the block at [index]; index 0 is the genesis block.lcryp.com/explorer.php?command=getblockhash&height=55736
- getmininginfo (/explorer.php?command=getmininginfo)Returns a json object containing mining-related information.lcryp.com/explorer.php?command=getmininginfo
- getblockchaininfo (/explorer.php?command=getblockchaininfo)Returns an object containing various state info regarding blockchain processing.lcryp.com/explorer.php?command=getblockchaininfo
- getpeerinfo (/explorer.php?command=getpeerinfo)Returns data about each connected network node as a json array of objects.lcryp.com/explorer.php?command=getpeerinfo
- verifymessage (/explorer.php?command=verifymessage&address=[address]&message=[message]&signature=[signature])Verify a signed message. Arguments: address, message, signature.lcryp.com/explorer.php?command=verifymessage&address=13JWBkeX4a5hE9EceNEQdAkVJo5hDZuwgB&message=Sabina%20Fik&signature=IIus57dce/vfP%2B6YjhKDCaFCG2qciS77%2BJb/2LtxssMHfzIjAVsOx2NKz/M/jB77TWl11YYftwkldOpWVXhujis=
- sendrawtransaction (/explorer.php?command=sendrawtransaction&hexstring=[hexstring]&maxfeerate=[maxfeerate])Submit a raw transaction (serialized, hex-encoded) to local node and network.lcryp.com/explorer.php?command=sendrawtransaction
- getmoneysupply (/explorer.php?command=getmoneysupply)Returns current money supply.lcryp.com/explorer.php?command=getmoneysupply
- getnetworkchartdata (/explorer.php?command=getnetworkchartdata)Returns network history data to populate network diagrams.lcryp.com/explorer.php?command=getnetworkchartdata
- getbalance [address] (/explorer.php?command=getbalance&address=[address]&source=explorer)Returns current balance of given address.lcryp.com/explorer.php?command=getbalance&address=1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i&source=explorer
- getdistribution (/explorer.php?command=getdistribution)Returns wealth distribution statistics.lcryp.com/explorer.php?command=getdistribution
- getbasicstats (/explorer.php?command=getbasicstats)Returns basic statistics about the coin including: block count, circulating supply, USD price.lcryp.com/explorer.php?command=getbasicstats
- getsummary (/explorer.php?command=getsummary)Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate.lcryp.com/explorer.php?command=getsummary
- getnetworkpeers (/explorer.php?command=getnetworkpeers)Returns the list of network peers that have connected to the explorer node in the last 24 hours.lcryp.com/explorer.php?command=getnetworkpeers
- getlasttxs (/explorer.php?command=getlasttxs&length=[length]&min=[min]&start=[start])Returns last transactions greater than specific amount, starting from offset.lcryp.com/explorer.php?command=getlasttxs&length=10&min=0&start=10
- gettx [txid] (/explorer.php?command=gettx&txid=[txid)Returns detailed information for given transaction hash.lcryp.com/explorer.php?command=gettx&txid=39dba5927e6878ca2a8cdc2966b2a44cb1776846f04caafe3d6d256a580c1089
- getblock [hash] (/explorer.php?command=getblock&block=[hash])Returns information about the block with the given hash.lcryp.com/explorer.php?command=getblock&block=00000000db6484c8f3b4e6d89f7ecff9ef426f44065489ac4c81378b50002720
- getrawtransaction [txid] [verbose] (/explorer.php?command=getrawtransaction&txid=[txid]&verbose=[0 or 1])Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- calcbalance [address] [mode] (/explorer.php?command=calcbalance&hash=[address]&mode=[mode]&tx_start=[start]&tx_length=[length]&utxo_start=[start]&utxo_length=[length]&utxo_sort_by=[sort])Universal API to get balance, UTXO and transactions for an address with bitmask control.Mode: 1=balance, 2=balance_confirmed, 4=UTXO, 8=transactions, 16=mempool (default: 31=all)
- getrawtransactionmem [txid] (/explorer.php?command=getrawtransactionmem&txid=[txid])Returns transaction information from mempool by txid.lcryp.com/explorer.php?command=getrawtransactionmem&txid=5621ad1b4c8027a379ecdaeb8dde92eb6d182d2d64c054947de3b89f20f1eb00
- getmempoolforaddress [address] (/explorer.php?command=getmempoolforaddress&hash=[address])Returns unconfirmed transactions and spent outputs for a specific address from the mempool.lcryp.com/explorer.php?command=getmempoolforaddress&hash=bc1pycyptyw3jnrednhz8kxpdm6lmamu9p22r6hrc5dv6jkemt4t60wqpecqty
- getmempool (/explorer.php?command=getmempool&limit=[limit]&offset=[offset])Returns a list of transactions in the mempool with pagination.lcryp.com/explorer.php?command=getmempool&limit=10&offset=0
- height (/explorer.php?command=height)Returns the current blockchain height.lcryp.com/explorer.php?command=height
- sendpayment (/explorer.php?command=sendpayment)Create and send a payment from a private key (debug=1 for test, send=1 for broadcast).Parameters: address, private_key_wif, amount_base, to, fee, [bc_to_my1], [amount_my1], debug, send, sourcelcryp.com/explorer.php?command=sendpayment&address=1FEo3dyX149ZgwYz9NhgzRh8xy7p75fR1o&private_key_wif=L55nPQDQZV1diMEnf7wXg3hJDsnYVHxFy9seBB8Ze5yzpy6xPxrv&amount_base=0.01&to=1MmxAxe3UW488GZhmoRwxyxk7HsYK3Z8K&fee=0.00001&debug=1&send=0&source=explorer
Linking (GET)
Linking to the block explorer
- transaction (/blockchain-explorer/tx/[txid])lcryp.com/blockchain-explorer/tx/39dba5927e6878ca2a8cdc2966b2a44cb1776846f04caafe3d6d256a580c1089
- block (/blockchain-explorer/block/[hash])lcryp.com/blockchain-explorer/block/00000000db6484c8f3b4e6d89f7ecff9ef426f44065489ac4c81378b50002720
- address (/blockchain-explorer/address/[address])lcryp.com/blockchain-explorer/address/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i
- qr (/blockchain-explorer/qr/[address])lcryp.com/blockchain-explorer/qr/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i
