Anokas Public API
A listing of public API endpoints for retrieving Anokas 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.anokas.tech/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.anokas.tech/api/getconnectioncount
- getblockcountReturns the current block index.explorer.anokas.tech/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.anokas.tech/api/getblockhash?index=11
- getblock [hash]Returns information about the block with the given hash.explorer.anokas.tech/api/getblock?hash=0001c4871e67a3ca841cf8123900b0205be881d1c9829e1db980dfb0a849eb13
- 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.anokas.tech/api/getnetworkhashps
- getmasternodecountReturns the total number of masternodes on the network.explorer.anokas.tech/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.anokas.tech/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.anokas.tech/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.anokas.tech/ext/getaddress/AJKezqLrx6RGiTBoY5cAXnhfE6WSA2pYoR
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.anokas.tech/ext/getaddresstxs/AJKezqLrx6RGiTBoY5cAXnhfE6WSA2pYoR/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.anokas.tech/ext/gettx/337ce861b4712c017d728baef7ac2a5abbb1269d2d2d7ac89d4218af20735a82
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.anokas.tech/ext/getbalance/AJKezqLrx6RGiTBoY5cAXnhfE6WSA2pYoR
- 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.anokas.tech/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.anokas.tech/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodesexplorer.anokas.tech/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.anokas.tech/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.anokas.tech/tx/337ce861b4712c017d728baef7ac2a5abbb1269d2d2d7ac89d4218af20735a82
- block (/block/hash)explorer.anokas.tech/block/0001c4871e67a3ca841cf8123900b0205be881d1c9829e1db980dfb0a849eb13
- address (/address/hash)explorer.anokas.tech/address/AJKezqLrx6RGiTBoY5cAXnhfE6WSA2pYoR
- qrcode (/qr/hash)explorer.anokas.tech/qr/AJKezqLrx6RGiTBoY5cAXnhfE6WSA2pYoR