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 chaincoind
getdifficulty
Returns the current difficulty.
paypeer.cryptorrency.com/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
paypeer.cryptorrency.com/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
paypeer.cryptorrency.com/api/getmasternodecount
getblockcount
Returns the current block index.
paypeer.cryptorrency.com/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
paypeer.cryptorrency.com/api/getblockhash?index=1337
getblock [hash]
Returns information about the block with the given hash.
paypeer.cryptorrency.com/api/getblock?hash=00000000082f43d1a364b7236df0912be1622303c0eb56b1d8fc1f2c6d63dfe4
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
paypeer.cryptorrency.com/api/getrawtransaction?txid=3f63a0eaca596d31dba5fab559c0424e774a3e536cd2aed3c947cc633c126bb8&decrypt=0
paypeer.cryptorrency.com/api/getrawtransaction?txid=3f63a0eaca596d31dba5fab559c0424e774a3e536cd2aed3c947cc633c126bb8&decrypt=1
Return data from local indexes
getmoneysupply
Returns current money supply
paypeer.cryptorrency.com/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
paypeer.cryptorrency.com/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
paypeer.cryptorrency.com/ext/getaddress/PuT5UHaq9WvphoK3772Nw9UtQHCT7mWQtu
getbalance (/ext/getbalance/hash)
Returns current balance of given address
paypeer.cryptorrency.com/ext/getbalance/PuT5UHaq9WvphoK3772Nw9UtQHCT7mWQtu
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
paypeer.cryptorrency.com/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
paypeer.cryptorrency.com/tx/3f63a0eaca596d31dba5fab559c0424e774a3e536cd2aed3c947cc633c126bb8
block (/block/hash)
paypeer.cryptorrency.com/block/00000000082f43d1a364b7236df0912be1622303c0eb56b1d8fc1f2c6d63dfe4
address (/address/hash)
paypeer.cryptorrency.com/address/PuT5UHaq9WvphoK3772Nw9UtQHCT7mWQtu
qrcode (/qr/hash)
paypeer.cryptorrency.com/qr/PuT5UHaq9WvphoK3772Nw9UtQHCT7mWQtu