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