The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Returns data from SPEED
getdifficulty
Returns the current difficulty.
speedcryptoblock.com/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
speedcryptoblock.com/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
speedcryptoblock.com/api/getmasternodecount
getblockcount
Returns the current block index.
speedcryptoblock.com/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
speedcryptoblock.com/api/getblockhash?index=820
getblock [hash]
Returns information about the block with the given hash.
speedcryptoblock.com/api/getblock?hash=64452d1679f00ced961ab275116635b330f9bdcfa351178c6594212722b77e26
getrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
speedcryptoblock.com/api/getrawtransaction?txid=11fe939cfff5d5b7b2a704d82abe5851f68cde0c8966ddd5d30b678d4cf0c6ef&decrypt=0
speedcryptoblock.com/api/getrawtransaction?txid=11fe939cfff5d5b7b2a704d82abe5851f68cde0c8966ddd5d30b678d4cf0c6ef&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
speedcryptoblock.com/api/getnetworkhashps
Return data from local indexes.
getmoneysupply
Returns current money supply.
speedcryptoblock.com/ext/getmoneysupply
getdistribution
Returns wealth distribution stats.
speedcryptoblock.com/ext/getdistribution
getaddress
Returns information for given address.
speedcryptoblock.com/ext/getaddress/Sz93JoP4Q75Xq1JG27Qyxx63Cd7XFL6zVc
getbalance (/ext/getbalance/hash)
Returns current balance of given address.
speedcryptoblock.com/ext/getbalance/Sz93JoP4Q75Xq1JG27Qyxx63Cd7XFL6zVc
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
speedcryptoblock.com/ext/getlasttxs/10/100
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
speedcryptoblock.com/tx/11fe939cfff5d5b7b2a704d82abe5851f68cde0c8966ddd5d30b678d4cf0c6ef
Block (/block/hash)
Direct link to the Block Page.
speedcryptoblock.com/block/64452d1679f00ced961ab275116635b330f9bdcfa351178c6594212722b77e26
Address (/address/hash)
Direct link to the Address Page.
speedcryptoblock.com/address/Sz93JoP4Q75Xq1JG27Qyxx63Cd7XFL6zVc
Qrcode (/qr/hash)
Direct link to the QR Code.
speedcryptoblock.com/qr/Sz93JoP4Q75Xq1JG27Qyxx63Cd7XFL6zVc