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.nebulaproject.io/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.nebulaproject.io/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.nebulaproject.io/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
explorer.nebulaproject.io/api/getblockhash?index=1
getblock [hash]
Returns information about the block with the given hash.
explorer.nebulaproject.io/api/getblock?hash=26717a01b91c18099245fd1f0e1708197adb68f348a5e12db6cacdbc04aabb09
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.nebulaproject.io/api/getrawtransaction?txid=26717a01b91c18099245fd1f0e1708197adb68f348a5e12db6cacdbc04aabb09&decrypt=0
explorer.nebulaproject.io/api/getrawtransaction?txid=26717a01b91c18099245fd1f0e1708197adb68f348a5e12db6cacdbc04aabb09&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.nebulaproject.io/api/getnetworkhashps
getmaxmoney
Returns the maximum possible money supply.
explorer.nebulaproject.io/api/getmaxmoney
getmaxvote
Returns the maximum allowed vote for the current phase of voting.
explorer.nebulaproject.io/api/getmaxvote
getvote
Returns the current block reward vote setting.
explorer.nebulaproject.io/api/getvote
getphase
Returns the current voting phase ('Mint', 'Limit' or 'Sustain').
explorer.nebulaproject.io/api/getphase
getreward
Returns the current block reward, which has been decided democratically in the previous round of block reward voting.
explorer.nebulaproject.io/api/getreward
getsupply
Returns the current money supply.
explorer.nebulaproject.io/api/getsupply
getnextrewardestimate
Returns an estimate for the next block reward based on the current state of decentralized voting.
explorer.nebulaproject.io/api/getnextrewardestimate
getnextrewardwhenstr
Returns string describing how long until the votes are tallied and the next block reward is computed.
explorer.nebulaproject.io/api/getnextrewardwhenstr
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.nebulaproject.io/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.nebulaproject.io/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.nebulaproject.io/ext/getaddress/RgVGCXTE8yFmVgPfkvrNuNL6PtEujiLdrC
gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.nebulaproject.io/ext/gettx/26717a01b91c18099245fd1f0e1708197adb68f348a5e12db6cacdbc04aabb09
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.nebulaproject.io/ext/getbalance/RgVGCXTE8yFmVgPfkvrNuNL6PtEujiLdrC
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
explorer.nebulaproject.io/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
explorer.nebulaproject.io/tx/26717a01b91c18099245fd1f0e1708197adb68f348a5e12db6cacdbc04aabb09
block (/block/hash)
explorer.nebulaproject.io/block/26717a01b91c18099245fd1f0e1708197adb68f348a5e12db6cacdbc04aabb09
address (/address/hash)
explorer.nebulaproject.io/address/RgVGCXTE8yFmVgPfkvrNuNL6PtEujiLdrC
qrcode (/qr/hash)
explorer.nebulaproject.io/qr/RgVGCXTE8yFmVgPfkvrNuNL6PtEujiLdrC