AIPOWERMEME Public API
A listing of public API endpoints for retrieving AIPOWERMEME coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.apmeexplorer.net/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.apmeexplorer.net/api/getconnectioncount
- getblockcountReturns the current block index.apmeexplorer.net/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.apmeexplorer.net/api/getblockhash?index=56000
- getblock [hash]Returns information about the block with the given hash.apmeexplorer.net/api/getblock?hash=0000000000152abb09676fe8b8e4933c8d344d7894470e685961a77e70d52726
- 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)apmeexplorer.net/api/getnetworkhashps
- getvotelistReturns the current vote list.apmeexplorer.net/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.apmeexplorer.net/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyapmeexplorer.net/ext/getmoneysupply
- getdistributionReturns wealth distribution statsapmeexplorer.net/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressapmeexplorer.net/ext/getaddress/AXL8q7TMZgs2AvkBFqCj7SNfpXFcgPpvby
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]apmeexplorer.net/ext/getaddresstxs/AXL8q7TMZgs2AvkBFqCj7SNfpXFcgPpvby/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashapmeexplorer.net/ext/gettx/7882ad425c19788a7c40f2cde290f6a03735709c0f43a4abee39bc049ca92449
- getbalance (/ext/getbalance/hash)Returns current balance of given addressapmeexplorer.net/ext/getbalance/AXL8q7TMZgs2AvkBFqCj7SNfpXFcgPpvby
- 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 priceapmeexplorer.net/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursapmeexplorer.net/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodesapmeexplorer.net/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count, count of online masternodes, count of offline masternodesapmeexplorer.net/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.apmeexplorer.net/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]apmeexplorer.net/ext/getmasternoderewards/AXL8q7TMZgs2AvkBFqCj7SNfpXFcgPpvby/56000
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]apmeexplorer.net/ext/getmasternoderewardstotal/AXL8q7TMZgs2AvkBFqCj7SNfpXFcgPpvby/56000
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)apmeexplorer.net/tx/7882ad425c19788a7c40f2cde290f6a03735709c0f43a4abee39bc049ca92449
- block (/block/hash)apmeexplorer.net/block/0000000000152abb09676fe8b8e4933c8d344d7894470e685961a77e70d52726
- address (/address/hash)apmeexplorer.net/address/AXL8q7TMZgs2AvkBFqCj7SNfpXFcgPpvby
- qrcode (/qr/hash)apmeexplorer.net/qr/AXL8q7TMZgs2AvkBFqCj7SNfpXFcgPpvby