API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
scan.therealmcoin.com/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
scan.therealmcoin.com/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
scan.therealmcoin.com/ext/getaddress/MPd7w5BbqDZkFKdxyzU5ZQnvzXpUBMZqqZ
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
scan.therealmcoin.com/ext/getaddresstxs/MPd7w5BbqDZkFKdxyzU5ZQnvzXpUBMZqqZ/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
scan.therealmcoin.com/ext/gettx/8d6293e926b61e815070fce06287c08f8b24024a1c7ea50435a9b0d95d1ba1d2
getbalance (/ext/getbalance/hash)
Returns current balance of given address
scan.therealmcoin.com/ext/getbalance/MPd7w5BbqDZkFKdxyzU5ZQnvzXpUBMZqqZ
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
getcurrentprice
Returns last known exchange price
scan.therealmcoin.com/ext/getcurrentprice
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
scan.therealmcoin.com/ext/getnetworkpeers
getbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodes
scan.therealmcoin.com/ext/getbasicstats
getsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count, count of online masternodes, count of offline masternodes
scan.therealmcoin.com/ext/getsummary
getmasternodelist
Returns the complete list of masternodes on the network.
scan.therealmcoin.com/ext/getmasternodelist
getmasternoderewards (/ext/getmasternoderewards/hash/since)
Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]
scan.therealmcoin.com/ext/getmasternoderewards/MPd7w5BbqDZkFKdxyzU5ZQnvzXpUBMZqqZ/184
getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)
Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]
scan.therealmcoin.com/ext/getmasternoderewardstotal/MPd7w5BbqDZkFKdxyzU5ZQnvzXpUBMZqqZ/184
Linking (GET)
Linking to the block explorer