Selenium Public API
A listing of public API endpoints for retrieving Selenium 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.selenium.network/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.selenium.network/api/getconnectioncount
- getblockcountReturns the current block index.explorer.selenium.network/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.selenium.network/api/getblockhash?index=11
- getblock [hash]Returns information about the block with the given hash.explorer.selenium.network/api/getblock?hash=00000494fd1d86446f82d8379a8ee0ef0fbd07d35f27e1fae50c9043096e68db
- 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.selenium.network/api/getnetworkhashps
- getmasternodecountReturns the total number of masternodes on the network.explorer.selenium.network/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.selenium.network/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.selenium.network/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.selenium.network/ext/getaddress/SZYGBJoKND66BUbzNKYoWqj8UupS1ae36a
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.selenium.network/ext/getaddresstxs/SZYGBJoKND66BUbzNKYoWqj8UupS1ae36a/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.selenium.network/ext/gettx/999a0bae1ffa16ea17a1543285f01bc2ba90eb157ed4dc28a30d7de6947d867e
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.selenium.network/ext/getbalance/SZYGBJoKND66BUbzNKYoWqj8UupS1ae36a
- getlasttxs (/ext/getlasttxs/min/start/length)Returns last [length] transactions greater than [min] coins, starting from offset [start]Note: [length] is limited to returning 200 records per query
- getcurrentpriceReturns last known exchange priceexplorer.selenium.network/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.selenium.network/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodesexplorer.selenium.network/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.selenium.network/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.selenium.network/ext/getmasternodelist
- ROIReturns current ROIexplorer.selenium.network/ext/roi
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.selenium.network/tx/999a0bae1ffa16ea17a1543285f01bc2ba90eb157ed4dc28a30d7de6947d867e
- block (/block/hash)explorer.selenium.network/block/00000494fd1d86446f82d8379a8ee0ef0fbd07d35f27e1fae50c9043096e68db
- address (/address/hash)explorer.selenium.network/address/SZYGBJoKND66BUbzNKYoWqj8UupS1ae36a
- qrcode (/qr/hash)explorer.selenium.network/qr/SZYGBJoKND66BUbzNKYoWqj8UupS1ae36a