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