Warning
Blockchain data is currently being synchronized. You may browse the site during this time, but keep in mind that data may not yet be fully accurate and some functionality may not work until synchronization is complete.

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 coind
- getdifficulty (/api/getdifficulty)Returns the current difficulty.lcryp.com/blockchain-explorer/api/getdifficulty
- getblockchaininfo (/api/getblockchaininfo)Returns an object containing various state info regarding blockchain processing.lcryp.com/blockchain-explorer/api/getblockchaininfo
- getmininginfo (/api/getmininginfo)Returns a json object containing mining-related information.lcryp.com/blockchain-explorer/api/getmininginfo
- getpeerinfo (/api/getpeerinfo)Returns data about each connected network node as a json array of objects.lcryp.com/blockchain-explorer/api/getpeerinfo
- getconnectioncount (/api/getconnectioncount)Returns the number of connections the block explorer has to other nodes.lcryp.com/blockchain-explorer/api/getconnectioncount
- getblockcount (/api/getblockcount)Returns the current block index.lcryp.com/blockchain-explorer/api/getblockcount
- getblockhash [index] (/api/getblockhash?index=[index])Returns the hash of the block at [index]; index 0 is the genesis block.lcryp.com/blockchain-explorer/api/getblockhash?index=55736
- getblock [hash] (/api/getblock?hash=[hash])Returns information about the block with the given hash.lcryp.com/blockchain-explorer/api/getblock?hash=00000000db6484c8f3b4e6d89f7ecff9ef426f44065489ac4c81378b50002720
- getrawtransaction [txid] [decrypt] (/api/getrawtransaction?txid=[txid]&decrypt=[0 or 1])Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashps (/api/getnetworkhashps)Returns the current network hashrate. (hash/s)lcryp.com/blockchain-explorer/api/getnetworkhashps
- sendrawtransaction (/api/sendrawtransaction)Submit a raw transaction (serialized, hex-encoded) to local node and network.lcryp.com/blockchain-explorer/api/sendrawtransaction
Extended API
Return data from local indexes
- getdistribution (/ext/getdistribution)Returns an object .Note: Returns wealth distribution stats.lcryp.com/blockchain-explorer/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address.Note: Returns information for given address.lcryp.com/blockchain-explorer/ext/getaddress/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i
- getaddress_controll_limit (/ext/getaddress_controll_limit/hash/start/length/ignore_critical)Returns information for given address. Last [length] data for address [hash], starting from offset [start]. Set [ignore_critical=0 or 1 or 3] to avoid any limit on the number of transactions a single request can issue.Note: Returns information for given address.lcryp.com/blockchain-explorer/ext/getaddress_controll_limit/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i/0/25/0
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns information for given address. Last [length] transactions for address [hash], starting from offset [start]. The '/internal' option is supported.Note: Returns information for given address.lcryp.com/blockchain-explorer/ext/getaddresstxs/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i/0/25
- getaddresstxs_nolimit (/ext/getaddresstxs_nolimit/hash/start/length)Returns information for given address. Last [length] transactions for address [hash], starting from offset [start]. The '/internal' option is supported. Can implement a request with a very large response.Note: Returns information for given address.lcryp.com/blockchain-explorer/ext/getaddresstxs_nolimit/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i/0/25
- gettx (/ext/gettx/hash)Returns an object.Note: Returns information for given tx hash.lcryp.com/blockchain-explorer/ext/gettx/39dba5927e6878ca2a8cdc2966b2a44cb1776846f04caafe3d6d256a580c1089
- getbalance_confirmed (/ext/getbalance_confirmed/hash)Returns current balance confirmed of given address.Note: Returns current balance confirmed of given address.lcryp.com/blockchain-explorer/ext/getbalance_confirmed/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i
- getbalance (/ext/getbalance/hash)Returns current balance of given address.Note: Returns current balance of given address.lcryp.com/blockchain-explorer/ext/getbalance/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i
- unspent (/ext/unspent/hash/update)Returns an object with statistics about the set of raw data of an unspent transaction. Refresh - will update the listed data in the database.Note: the internal option is supported. Set [Update 0 or 1] to update the data in the database.lcryp.com/blockchain-explorer/ext/unspent/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i/0
- getunspent (/ext/getunspent/hash/start/length/ignore_critical)Returns an object with statistics about the unspent transaction output set. Last [length] transactions for address [hash], starting from offset [start].Note: the internal option is supported. Set [ignore_critical=0 or 1 or 3] to avoid any limit on the number of transactions a single request can issue. ([start]/[length]/[ignore_critical])lcryp.com/blockchain-explorer/ext/getunspent/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i/0/25/0
- gettxlist (/ext/gettxlist/hash/start/length/ignore_critical)Returns a JSON array object containing a list of transactions. Last [length] transactions for address [hash], starting from offset [start].Note: the internal option is supported. Set [ignore_critical=0 or 1 or 3] to avoid any limit on the number of transactions a single request can issue. ([start]/[length]/[ignore_critical])lcryp.com/blockchain-explorer/ext/gettxlist/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i/0/25/0
- getrawtxs (/ext/getrawtxs/hash/start/length/ignore_critical)Returns a JSON array object containing a list of transactions. Last [length] transactions for address [hash], starting from offset [start].Note: the internal option is supported. Set [ignore_critical=0 or 1 or 3] to avoid any limit on the number of transactions a single request can issue. ([start]/[length]/[ignore_critical])lcryp.com/blockchain-explorer/ext/getrawtxs/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i/0/25/0
- getunspenttxs (/ext/getunspenttxs/hash/start/length/ignore_critical)Returns information for given address. Last [length] transactions for address [hash], starting from offset [start]. The '/internal' option is supported. Can implement a request with a very large response.Note: Returns information for given address.lcryp.com/blockchain-explorer/ext/getunspenttxs/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i/0/25/0
- getvinspent (/ext/getvinspent/hash/start/length/ignore_critical)Returns information for given address. Last [length] transactions for address [hash], starting from offset [start]. The '/internal' option is supported. Can implement a request with a very large response.Note: Returns information for given address.lcryp.com/blockchain-explorer/ext/getvinspent/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i/0/25/0
- getnetworkchartdata (/ext/getnetworkchartdatal)Search for all network history data to populate network diagrams.Note: Search for all network history data to populate network diagrams.lcryp.com/blockchain-explorer/ext/getnetworkchartdata
- getlasttxs (/ext/getlasttxs/min/start/length)Returns last [length] transactions greater than [min] coins, starting from offset [start]Note: Options are possible [min]; [min]/[start]; [min]/[start]/[length]; [min]/[start]/[length]/internal; [min]/[start]/[length]/internal/ignore_critical/0; [min]/[start]/[length]/not_internal/ignore_critical/0; Set [ignore_critical=0 or 1 or 3] to avoid any limit on the number of transactions a single request can issue [length] is limited to returning #{settings.api_page.public_apis.ext.getlasttxs.max_items_per_query} records per query
- getcurrentpriceReturns an object .Note: Returns last known exchange pricelcryp.com/blockchain-explorer/ext/getcurrentprice
- getnetworkpeersReturns an object .Note: Returns the list of network peers that have connected to the explorer node in the last 24 hours.lcryp.com/blockchain-explorer/ext/getnetworkpeers
- getbasicstatsReturns an object .Note: "Returns basic statistics about the coin including: block count, circulating supply, USD price"lcryp.com/blockchain-explorer/ext/getbasicstats
- getsummaryReturns an object .Note: "Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate "lcryp.com/blockchain-explorer/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)lcryp.com/blockchain-explorer/tx/39dba5927e6878ca2a8cdc2966b2a44cb1776846f04caafe3d6d256a580c1089
- block (/block/hash)lcryp.com/blockchain-explorer/block/00000000db6484c8f3b4e6d89f7ecff9ef426f44065489ac4c81378b50002720
- address (/address/hash)lcryp.com/blockchain-explorer/address/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i
- qrcode (/qr/hash)lcryp.com/blockchain-explorer/qr/1KSFJYLJMJ83zchYS8VjoFWvmzt4hQAq3i
