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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.adot-expl.zero-dynamics.org/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.adot-expl.zero-dynamics.org/api/getconnectioncount
- getblockcountReturns the current block index.adot-expl.zero-dynamics.org/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.adot-expl.zero-dynamics.org/api/getblockhash?index=64152
- getblock [hash]Returns information about the block with the given hash.adot-expl.zero-dynamics.org/api/getblock?hash=0000001b5938e880ad7bdd06b2aa66528992974845e8c39cdcbe1095bc27acfc
- 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)adot-expl.zero-dynamics.org/api/getnetworkhashps
- getmasternodecountReturns the total number of masternodes on the network.adot-expl.zero-dynamics.org/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyadot-expl.zero-dynamics.org/ext/getmoneysupply
- getdistributionReturns wealth distribution statsadot-expl.zero-dynamics.org/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressadot-expl.zero-dynamics.org/ext/getaddress/CX3nAJNNQSf2tATNN6zLQohBnhaxVD7Meo
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]adot-expl.zero-dynamics.org/ext/getaddresstxs/CX3nAJNNQSf2tATNN6zLQohBnhaxVD7Meo/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashadot-expl.zero-dynamics.org/ext/gettx/1e22dd8f7987d2c7d95dfc4b4175b8f5848f5d9583a965b3615f50cbb5a572ca
- getbalance (/ext/getbalance/hash)Returns current balance of given addressadot-expl.zero-dynamics.org/ext/getbalance/CX3nAJNNQSf2tATNN6zLQohBnhaxVD7Meo
- 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 priceadot-expl.zero-dynamics.org/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursadot-expl.zero-dynamics.org/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesadot-expl.zero-dynamics.org/ext/getbasicstats
- getmasternodelistReturns the complete list of masternodes on the network.adot-expl.zero-dynamics.org/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]adot-expl.zero-dynamics.org/ext/getmasternoderewards/CX3nAJNNQSf2tATNN6zLQohBnhaxVD7Meo/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]adot-expl.zero-dynamics.org/ext/getmasternoderewardstotal/CX3nAJNNQSf2tATNN6zLQohBnhaxVD7Meo/64152
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)adot-expl.zero-dynamics.org/tx/1e22dd8f7987d2c7d95dfc4b4175b8f5848f5d9583a965b3615f50cbb5a572ca
- block (/block/hash)adot-expl.zero-dynamics.org/block/0000001b5938e880ad7bdd06b2aa66528992974845e8c39cdcbe1095bc27acfc
- address (/address/hash)adot-expl.zero-dynamics.org/address/CX3nAJNNQSf2tATNN6zLQohBnhaxVD7Meo
- qrcode (/qr/hash)adot-expl.zero-dynamics.org/qr/CX3nAJNNQSf2tATNN6zLQohBnhaxVD7Meo

