API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.rebelcoin.io/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.rebelcoin.io/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.rebelcoin.io/ext/getaddress/RZZ9PoaijVmEo3j2c9ZCZM79XKNEP1KG77
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.rebelcoin.io/ext/getaddresstxs/RZZ9PoaijVmEo3j2c9ZCZM79XKNEP1KG77/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.rebelcoin.io/ext/gettx/2288bf4ff18d158c17e52f56304074d1634c40a56cb751a615a21a031048e20f
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.rebelcoin.io/ext/getbalance/RZZ9PoaijVmEo3j2c9ZCZM79XKNEP1KG77
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
explorer.rebelcoin.io/ext/getcurrentprice
getbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price
explorer.rebelcoin.io/ext/getbasicstats
getsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count
explorer.rebelcoin.io/ext/getsummary
Linking (GET)
Linking to the block explorer