Explorer
Movement
Network
Top 100
Markets
FreiExchange
(HYP/BTC)
FreiXLite
(HYP/LTC)
Xeggex
(HYP/DOGE)
Xeggex
(HYP/USDT)
API
Claim Address
Orphaned Blocks
Search
Element Public API
A listing of public API endpoints for retrieving Element coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
getdifficulty
Returns the current difficulty.
10.147.17.178:60006/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
10.147.17.178:60006/api/getconnectioncount
getblockcount
Returns the current block index.
10.147.17.178:60006/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
10.147.17.178:60006/api/getblockhash?index=42
getblock [hash]
Returns information about the block with the given hash.
10.147.17.178:60006/api/getblock?hash=000004a7d0e5ae436f809de8c24ab474d3b3de2c4d6206eddc69ceb825d3f70d
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
10.147.17.178:60006/api/getrawtransaction?txid=796f6c31c7570d36018d6249cb9f0747332cafac873087997168715c89dc5ea5&decrypt=0
10.147.17.178:60006/api/getrawtransaction?txid=796f6c31c7570d36018d6249cb9f0747332cafac873087997168715c89dc5ea5&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
10.147.17.178:60006/api/getnetworkhashps
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
10.147.17.178:60006/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
10.147.17.178:60006/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
10.147.17.178:60006/ext/getaddress/pNwjryiQ6W8Nrz9Pzh5B4a18EueNxKYB3r
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
10.147.17.178:60006/ext/getaddresstxs/pNwjryiQ6W8Nrz9Pzh5B4a18EueNxKYB3r/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
10.147.17.178:60006/ext/gettx/796f6c31c7570d36018d6249cb9f0747332cafac873087997168715c89dc5ea5
getbalance (/ext/getbalance/hash)
Returns current balance of given address
10.147.17.178:60006/ext/getbalance/pNwjryiQ6W8Nrz9Pzh5B4a18EueNxKYB3r
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
10.147.17.178:60006/ext/getlasttxs/100/0/100
getcurrentprice
Returns last known exchange price
10.147.17.178:60006/ext/getcurrentprice
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
10.147.17.178:60006/ext/getnetworkpeers
Linking (GET)
Linking to the block explorer
transaction (/tx/txid)
10.147.17.178:60006/tx/796f6c31c7570d36018d6249cb9f0747332cafac873087997168715c89dc5ea5
block (/block/hash)
10.147.17.178:60006/block/000004a7d0e5ae436f809de8c24ab474d3b3de2c4d6206eddc69ceb825d3f70d
address (/address/hash)
10.147.17.178:60006/address/pNwjryiQ6W8Nrz9Pzh5B4a18EueNxKYB3r
qrcode (/qr/hash)
10.147.17.178:60006/qr/pNwjryiQ6W8Nrz9Pzh5B4a18EueNxKYB3r