
API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
2x2block.space/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
2x2block.space/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
2x2block.space/ext/getaddress/17dD7aAC7juwFH9DZQhCmLYchPfrfxRGzRgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
2x2block.space/ext/getaddresstxs/17dD7aAC7juwFH9DZQhCmLYchPfrfxRGzR/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
2x2block.space/ext/gettx/d65a5b8ca4bfc1a9b955c9c4ec7e8b66e89e20003516956be70d16b5e8fee8f0getbalance (/ext/getbalance/hash)
Returns current balance of given address
2x2block.space/ext/getbalance/17dD7aAC7juwFH9DZQhCmLYchPfrfxRGzRgetlasttxs (/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
2x2block.space/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
2x2block.space/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price
2x2block.space/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count
2x2block.space/ext/getsummarygetmasternodelist
Returns the complete list of masternodes on the network.
2x2block.space/ext/getmasternodelist
Linking (GET)
Linking to the block explorer