
API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer2.mateable.com/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer2.mateable.com/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer2.mateable.com/ext/getaddress/MjWDca1g4nAGRboyMn8FpvqncQ6WE1on9Ugetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer2.mateable.com/ext/getaddresstxs/MjWDca1g4nAGRboyMn8FpvqncQ6WE1on9U/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer2.mateable.com/ext/gettx/5b85ebe6bd25e7acb6c1cf1feda8f6cf964199a91e5ed775680a91b28ecdf135getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer2.mateable.com/ext/getbalance/MjWDca1g4nAGRboyMn8FpvqncQ6WE1on9Ugetlasttxs (/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
explorer2.mateable.com/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer2.mateable.com/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, USDT price
explorer2.mateable.com/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block count
explorer2.mateable.com/ext/getsummary
Custom Endpoints
Additional data not available from the standard eIquidus API
getmtbcprice
Returns live MTBC price, 24h/7d change, volume, and computed market cap (sourced from CoinPaprika, same as coin.mateable.com)
explorer2.mateable.com/ext/getmtbcpricegetalgodifficulty
Returns the current proof-of-work difficulty for all 5 active mining algorithms (scrypt, yescrypt, whirlpool, ghostrider, balloon)
explorer2.mateable.com/ext/getalgodifficultygetblockalgos (/ext/getblockalgos?hashes=hash1,hash2,...)
Returns the PoW algorithm (or PoS) used to mine each given block hash. Accepts a comma-separated list.
explorer2.mateable.com/ext/getblockalgos?hashes=e4dba5120b3a9d38a69b18be36cacd802e55cc28913ad54f45f3b7e564f7ae2f
REST API (v2)
A newer, cleaner JSON interface -- consistent field naming throughout (blockHash, blockHeight, confirmations, addresses always as arrays). Recommended for new integrations.
Linking (GET)
Linking to the block explorer