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