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

API Calls
Return data from coind
getdifficulty
Returns the current difficulty.
explorer.neoxa.net/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.neoxa.net/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.neoxa.net/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
explorer.neoxa.net/api/getblockhash?index=[index]
getblock [hash]
Returns information about the block with the given hash.
explorer.neoxa.net/api/getblock?hash=[hash]
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.neoxa.net/api/getrawtransaction?txid=[txid]&decrypt=[decrypt]
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.neoxa.net/api/getnetworkhashps
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.neoxa.net/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.neoxa.net/ext/getdistribution
getaddress
Returns information for given address
explorer.neoxa.net/ext/getaddress/[address]
getbalance
Returns current balance of given address
explorer.neoxa.net/ext/getbalance/[address]
gettx
Returns information for given tx hash
explorer.neoxa.net/ext/gettx/[txhash]
getbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodes
explorer.neoxa.net/ext/getbasicstats
getsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block count, count of online masternodes, count of offline masternodes
explorer.neoxa.net/ext/getsummary
Linking (GET)
Linking to the block explorer
transaction (/tx/txid)
explorer.neoxa.net/tx/8c2a5ca2d99845843094ed384a3b6ff7ec577bd2ca9ab57dcf6debca4184dd62block (/block/hash)
explorer.neoxa.net/block/0000000000083be372ae59dc8e316fb32b93571d4febe1bdc3b8059c3c5de3e8address (/address/hash)
explorer.neoxa.net/address/GJeEoPQPXjxxfkdBzQ23FSGWBN26iB9P9qqrcode (/qr/hash)
explorer.neoxa.net/qr/GJeEoPQPXjxxfkdBzQ23FSGWBN26iB9P9q