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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.localhost:3002/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.localhost:3002/api/getconnectioncount
- getblockcountReturns the current block index.localhost:3002/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.localhost:3002/api/getblockhash?index=64152
- getblock [hash]Returns information about the block with the given hash.localhost:3002/api/getblock?hash=000000000119bebc0c44b510f6b4306862d443d54fc040e895707f7c2bd5b54c
- 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)localhost:3002/api/getnetworkhashps
- getvotelistReturns the current vote list.localhost:3002/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.localhost:3002/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplylocalhost:3002/ext/getmoneysupply
- getdistributionReturns wealth distribution statslocalhost:3002/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addresslocalhost:3002/ext/getaddress/RVpCepVuh9ycHCrHuMJ6rSA8FsVjZeZXkA
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]localhost:3002/ext/getaddresstxs/RVpCepVuh9ycHCrHuMJ6rSA8FsVjZeZXkA/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashlocalhost:3002/ext/gettx/05d893b1314b0da1d9169cd4a82f665c94c91b4576368a5fa3eacf958cdc1187
- getbalance (/ext/getbalance/hash)Returns current balance of given addresslocalhost:3002/ext/getbalance/RVpCepVuh9ycHCrHuMJ6rSA8FsVjZeZXkA
- 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 pricelocalhost:3002/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hourslocalhost:3002/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodeslocalhost:3002/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 masternodeslocalhost:3002/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.localhost:3002/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]localhost:3002/ext/getmasternoderewards/RVpCepVuh9ycHCrHuMJ6rSA8FsVjZeZXkA/64152
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]localhost:3002/ext/getmasternoderewardstotal/RVpCepVuh9ycHCrHuMJ6rSA8FsVjZeZXkA/64152
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)localhost:3002/tx/05d893b1314b0da1d9169cd4a82f665c94c91b4576368a5fa3eacf958cdc1187
- block (/block/hash)localhost:3002/block/000000000119bebc0c44b510f6b4306862d443d54fc040e895707f7c2bd5b54c
- address (/address/hash)localhost:3002/address/RVpCepVuh9ycHCrHuMJ6rSA8FsVjZeZXkA
- qrcode (/qr/hash)localhost:3002/qr/RVpCepVuh9ycHCrHuMJ6rSA8FsVjZeZXkA