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 Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer.neoxa.net/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.neoxa.net/api/getconnectioncount
- getblockcountReturns 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=612313
- getblock [hash]Returns information about the block with the given hash.explorer.neoxa.net/api/getblock?hash=0000000000083be372ae59dc8e316fb32b93571d4febe1bdc3b8059c3c5de3e8
- 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.neoxa.net/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.neoxa.net/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.neoxa.net/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.neoxa.net/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.neoxa.net/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.neoxa.net/ext/getaddress/GJeEoPQPXjxxfkdBzQ23FSGWBN26iB9P9q
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.neoxa.net/ext/getaddresstxs/GJeEoPQPXjxxfkdBzQ23FSGWBN26iB9P9q/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.neoxa.net/ext/gettx/8c2a5ca2d99845843094ed384a3b6ff7ec577bd2ca9ab57dcf6debca4184dd62
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.neoxa.net/ext/getbalance/GJeEoPQPXjxxfkdBzQ23FSGWBN26iB9P9q
- 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.neoxa.net/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.neoxa.net/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesexplorer.neoxa.net/ext/getbasicstats
- getsummaryReturns 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 masternodesexplorer.neoxa.net/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.neoxa.net/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.neoxa.net/ext/getmasternoderewards/GJeEoPQPXjxxfkdBzQ23FSGWBN26iB9P9q/612313
- 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.neoxa.net/ext/getmasternoderewardstotal/GJeEoPQPXjxxfkdBzQ23FSGWBN26iB9P9q/612313
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.neoxa.net/tx/8c2a5ca2d99845843094ed384a3b6ff7ec577bd2ca9ab57dcf6debca4184dd62
- block (/block/hash)explorer.neoxa.net/block/0000000000083be372ae59dc8e316fb32b93571d4febe1bdc3b8059c3c5de3e8
- address (/address/hash)explorer.neoxa.net/address/GJeEoPQPXjxxfkdBzQ23FSGWBN26iB9P9q
- qrcode (/qr/hash)explorer.neoxa.net/qr/GJeEoPQPXjxxfkdBzQ23FSGWBN26iB9P9q