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