Endpoint | Description | Example |
---|---|---|
getdifficulty | Returns the current difficulty. | /ext/getdifficulty |
getconnectioncount | Returns the number of connections the block explorer has to other nodes. | /ext/getconnectioncount |
getblockcount | Returns the current block index. | /ext/getblockcount |
getblockhash [index] | Returns the hash of the block at ; index 0 is the genesis block. | /ext/getblockhash?index=8 |
getblock [hash] | Returns information about the block with the given hash. | /ext/getblock?hash=0000020298a59f4a6b5f58241099b0f1a01f54764f7c40d253a13e963cbb0d25 |
getrawtransaction [txid] [decrypt] | Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true). | /ext/getrawtransaction?txid=ce2708943837d34450ed5334481f9844cd14eb7c379bc7384c39116981dc657c&decrypt=0 /ext/getrawtransaction?txid=ce2708943837d34450ed5334481f9844cd14eb7c379bc7384c39116981dc657c&decrypt=1 |
getnetworkhashps | Returns the current network hashrate. (hash/s) | /ext/getnetworkhashps |
Endpoint | Description | Example |
---|---|---|
getmoneysupply | Returns current money supply | /ext/getmoneysupply |
getdistribution | Returns wealth distribution stats | /ext/getdistribution |
getaddress (/ext/getaddress/hash) | Returns information for given address | /ext/getaddress/ZMZStNUL7poxAc24viL5t5JhrsTbubrhip |
getbalance (/ext/getbalance/hash) | Returns current balance of given address | /ext/getbalance/ZMZStNUL7poxAc24viL5t5JhrsTbubrhip |
getlasttxs (/ext/getlasttxs/count/min) | /ext/getlasttxs/10/100 |
Endpoint | Description | Example |
---|---|---|
transaction (/tx/txid) | /tx/ce2708943837d34450ed5334481f9844cd14eb7c379bc7384c39116981dc657c | |
block (/block/hash) | /block/0000020298a59f4a6b5f58241099b0f1a01f54764f7c40d253a13e963cbb0d25 | |
address (/address/hash) | /address/ZMZStNUL7poxAc24viL5t5JhrsTbubrhip | |
qrcode (/qr/hash) | /qr/ZMZStNUL7poxAc24viL5t5JhrsTbubrhip |