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 TRBO
getdifficulty
Returns the current difficulty.
trbo.supply/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
trbo.supply/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
trbo.supply/api/getmasternodecount
getblockcount
Returns the current block index.
trbo.supply/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
trbo.supply/api/getblockhash?index=100
getblock [hash]
Returns information about the block with the given hash.
trbo.supply/api/getblock?hash=7c4e5e6baa3d067e4dc00950c654808adf137e78517f63833af9b3bb197bf106
getrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
trbo.supply/api/getrawtransaction?txid=bfb7b54fd6c8077ec5fc467c9b0eb2088a87a71827df672e9b9ff3953a1711aa&decrypt=0
trbo.supply/api/getrawtransaction?txid=bfb7b54fd6c8077ec5fc467c9b0eb2088a87a71827df672e9b9ff3953a1711aa&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
trbo.supply/api/getnetworkhashps
Return data from local indexes.
getmoneysupply
Returns current money supply.
trbo.supply/ext/getmoneysupply
getdistribution
Returns wealth distribution stats.
trbo.supply/ext/getdistribution
getaddress
Returns information for given address.
trbo.supply/ext/getaddress/TQoQsknrptZYUWMobm4jidsStV9TFytxzJ
getbalance (/ext/getbalance/hash)
Returns current balance of given address.
trbo.supply/ext/getbalance/TQoQsknrptZYUWMobm4jidsStV9TFytxzJ
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
trbo.supply/ext/getlasttxs/10/100
getmasternodelist
Returns the number of master nodes on the network that are currently online.
trbo.supply/ext/getmasternodes
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
trbo.supply/tx/bfb7b54fd6c8077ec5fc467c9b0eb2088a87a71827df672e9b9ff3953a1711aa
Block (/block/hash)
Direct link to the Block Page.
trbo.supply/block/7c4e5e6baa3d067e4dc00950c654808adf137e78517f63833af9b3bb197bf106
Address (/address/hash)
Direct link to the Address Page.
trbo.supply/address/TQoQsknrptZYUWMobm4jidsStV9TFytxzJ
Qrcode (/qr/hash)
Direct link to the QR Code.
trbo.supply/qr/TQoQsknrptZYUWMobm4jidsStV9TFytxzJ