
Nebula Public API
A listing of public API endpoints for retrieving Nebula coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer.nebulaproject.io/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.nebulaproject.io/api/getconnectioncount
- getblockcountReturns the current block index.explorer.nebulaproject.io/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.nebulaproject.io/api/getblockhash?index=700
- getblock [hash]Returns information about the block with the given hash.explorer.nebulaproject.io/api/getblock?hash=fe5fcc2a76e170dfa9f39b8803cbb5b64a71055a4a1d44d2d2e5f18f103ea42b
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)explorer.nebulaproject.io/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.nebulaproject.io/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.nebulaproject.io/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.nebulaproject.io/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.nebulaproject.io/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.nebulaproject.io/ext/getaddress/WTkkjNvAbrrPghWuX5BRMPmnb5Ky9hhm1L
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.nebulaproject.io/ext/getaddresstxs/WTkkjNvAbrrPghWuX5BRMPmnb5Ky9hhm1L/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.nebulaproject.io/ext/gettx/0b5395a2dfcd38d19382bb3419f9a4be46cb0c19105918ae0e7c920ccaed8dd1
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.nebulaproject.io/ext/getbalance/WTkkjNvAbrrPghWuX5BRMPmnb5Ky9hhm1L
- getlasttxs (/ext/getlasttxs/min/start/length)Returns last [length] transactions greater than [min] coins, starting from offset [start]Note: [length] is limited to returning 100 records per query
- getcurrentpriceReturns last known exchange priceexplorer.nebulaproject.io/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.nebulaproject.io/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesexplorer.nebulaproject.io/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.nebulaproject.io/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.nebulaproject.io/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.nebulaproject.io/ext/getmasternoderewards/WTkkjNvAbrrPghWuX5BRMPmnb5Ky9hhm1L/700
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]explorer.nebulaproject.io/ext/getmasternoderewardstotal/WTkkjNvAbrrPghWuX5BRMPmnb5Ky9hhm1L/700
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.nebulaproject.io/tx/0b5395a2dfcd38d19382bb3419f9a4be46cb0c19105918ae0e7c920ccaed8dd1
- block (/block/hash)explorer.nebulaproject.io/block/fe5fcc2a76e170dfa9f39b8803cbb5b64a71055a4a1d44d2d2e5f18f103ea42b
- address (/address/hash)explorer.nebulaproject.io/address/WTkkjNvAbrrPghWuX5BRMPmnb5Ky9hhm1L
- qrcode (/qr/hash)explorer.nebulaproject.io/qr/WTkkjNvAbrrPghWuX5BRMPmnb5Ky9hhm1L