The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Return data from coind
getdifficulty
Returns the current difficulty.
explorer.manhattangoldcoin.com/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.manhattangoldcoin.com/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.manhattangoldcoin.com/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
explorer.manhattangoldcoin.com/api/getblockhash?index=126
getblock [hash]
Returns information about the block with the given hash.
explorer.manhattangoldcoin.com/api/getblock?hash=f44a34872c345e618392523764798ccc2992ee7f618aa6fbc3ddfb649a5d6a37
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.manhattangoldcoin.com/api/getrawtransaction?txid=866b7c0bfe9c355d2775f4f213911a7bdc1ae8d6633ac9655af80c9881a8c998&decrypt=0
explorer.manhattangoldcoin.com/api/getrawtransaction?txid=866b7c0bfe9c355d2775f4f213911a7bdc1ae8d6633ac9655af80c9881a8c998&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.manhattangoldcoin.com/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.manhattangoldcoin.com/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.manhattangoldcoin.com/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.manhattangoldcoin.com/ext/getaddress/MAPCkgS6DP1HvUbiFb5tt4WWCo5kvA9pgh
gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.manhattangoldcoin.com/ext/gettx/866b7c0bfe9c355d2775f4f213911a7bdc1ae8d6633ac9655af80c9881a8c998
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.manhattangoldcoin.com/ext/getbalance/MAPCkgS6DP1HvUbiFb5tt4WWCo5kvA9pgh
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
explorer.manhattangoldcoin.com/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
explorer.manhattangoldcoin.com/tx/866b7c0bfe9c355d2775f4f213911a7bdc1ae8d6633ac9655af80c9881a8c998
block (/block/hash)
explorer.manhattangoldcoin.com/block/f44a34872c345e618392523764798ccc2992ee7f618aa6fbc3ddfb649a5d6a37
address (/address/hash)
explorer.manhattangoldcoin.com/address/MAPCkgS6DP1HvUbiFb5tt4WWCo5kvA9pgh
qrcode (/qr/hash)
explorer.manhattangoldcoin.com/qr/MAPCkgS6DP1HvUbiFb5tt4WWCo5kvA9pgh