Akitacoin Public API
A listing of public API endpoints for retrieving Akitacoin coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.akitacoin.website/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.akitacoin.website/api/getconnectioncount
- getblockcountReturns the current block index.akitacoin.website/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.akitacoin.website/api/getblockhash?index=0
- getblock [hash]Returns information about the block with the given hash.akitacoin.website/api/getblock?hash=0x000000a5836121012a6ff0a07c76ecae9841d538735e9ce2fbb337461a291c48
- 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)akitacoin.website/api/getnetworkhashps
- getvotelistReturns the current vote list.akitacoin.website/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.akitacoin.website/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyakitacoin.website/ext/getmoneysupply
- getdistributionReturns wealth distribution statsakitacoin.website/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressakitacoin.website/ext/getaddress/AN3gVpWPbfFvAaULaqwi8Rw2vuFJMHfFps
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]akitacoin.website/ext/getaddresstxs/AN3gVpWPbfFvAaULaqwi8Rw2vuFJMHfFps/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashakitacoin.website/ext/gettx/e25509ae5a5590d4aad7e01735186b2f1a98b65cd593b5ffaf629ad7f4f071ee
- getbalance (/ext/getbalance/hash)Returns current balance of given addressakitacoin.website/ext/getbalance/AN3gVpWPbfFvAaULaqwi8Rw2vuFJMHfFps
- 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 priceakitacoin.website/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursakitacoin.website/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesakitacoin.website/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 masternodesakitacoin.website/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)akitacoin.website/tx/e25509ae5a5590d4aad7e01735186b2f1a98b65cd593b5ffaf629ad7f4f071ee
- block (/block/hash)akitacoin.website/block/0x000000a5836121012a6ff0a07c76ecae9841d538735e9ce2fbb337461a291c48
- address (/address/hash)akitacoin.website/address/AN3gVpWPbfFvAaULaqwi8Rw2vuFJMHfFps
- qrcode (/qr/hash)akitacoin.website/qr/AN3gVpWPbfFvAaULaqwi8Rw2vuFJMHfFps