Animal Economy Public API
A listing of public API endpoints for retrieving Animal Economy 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.aney.one/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.aney.one/api/getconnectioncount
- getblockcountReturns the current block index.explorer.aney.one/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.aney.one/api/getblockhash?index=150
- getblock [hash]Returns information about the block with the given hash.explorer.aney.one/api/getblock?hash=000000bef7c63502f12b531950279622ba549cd270863ae612a0e78ecf567d23
- 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.aney.one/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.aney.one/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.aney.one/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.aney.one/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.aney.one/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.aney.one/ext/getaddress/DT86c9XE8fsdnEftdMeXAkxW3Wx5KGmPdd
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.aney.one/ext/getaddresstxs/DT86c9XE8fsdnEftdMeXAkxW3Wx5KGmPdd/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.aney.one/ext/gettx/71c3c1026c5d941f6e7bc035ad657aa004f377c630bd8464f1f8e9492499e05d
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.aney.one/ext/getbalance/DT86c9XE8fsdnEftdMeXAkxW3Wx5KGmPdd
- 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.aney.one/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.aney.one/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesexplorer.aney.one/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.aney.one/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.aney.one/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.aney.one/ext/getmasternoderewards/DT86c9XE8fsdnEftdMeXAkxW3Wx5KGmPdd/150
- 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.aney.one/ext/getmasternoderewardstotal/DT86c9XE8fsdnEftdMeXAkxW3Wx5KGmPdd/150
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.aney.one/tx/71c3c1026c5d941f6e7bc035ad657aa004f377c630bd8464f1f8e9492499e05d
- block (/block/hash)explorer.aney.one/block/000000bef7c63502f12b531950279622ba549cd270863ae612a0e78ecf567d23
- address (/address/hash)explorer.aney.one/address/DT86c9XE8fsdnEftdMeXAkxW3Wx5KGmPdd
- qrcode (/qr/hash)explorer.aney.one/qr/DT86c9XE8fsdnEftdMeXAkxW3Wx5KGmPdd