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