MergeX Public API
A listing of public API endpoints for retrieving MergeX coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer.mergexchain.com/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.mergexchain.com/api/getconnectioncount
- getblockcountReturns the current block index.explorer.mergexchain.com/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.mergexchain.com/api/getblockhash?index=1986
- getblock [hash]Returns information about the block with the given hash.explorer.mergexchain.com/api/getblock?hash=0000000000000076bfe1b5759227926a0efedf689a4b5ef118944e3268de5b1f
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)explorer.mergexchain.com/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.mergexchain.com/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.mergexchain.com/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.mergexchain.com/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.mergexchain.com/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.mergexchain.com/ext/getaddress/MRC6ggEvD4L4wYweWyeegbqBos6azJgKYp
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.mergexchain.com/ext/getaddresstxs/MRC6ggEvD4L4wYweWyeegbqBos6azJgKYp/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.mergexchain.com/ext/gettx/4a6324391b8aead6d60f02b269a403e111724129ff4b7e3fffdb7e83e959afbb
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.mergexchain.com/ext/getbalance/MRC6ggEvD4L4wYweWyeegbqBos6azJgKYp
- 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
- getcurrentpriceReturns last known exchange priceexplorer.mergexchain.com/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.mergexchain.com/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, MERGEX price, # of masternodesexplorer.mergexchain.com/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, MERGEX price, USD price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.mergexchain.com/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.mergexchain.com/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.mergexchain.com/ext/getmasternoderewards/MRC6ggEvD4L4wYweWyeegbqBos6azJgKYp/1986
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]explorer.mergexchain.com/ext/getmasternoderewardstotal/MRC6ggEvD4L4wYweWyeegbqBos6azJgKYp/1986
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.mergexchain.com/tx/4a6324391b8aead6d60f02b269a403e111724129ff4b7e3fffdb7e83e959afbb
- block (/block/hash)explorer.mergexchain.com/block/0000000000000076bfe1b5759227926a0efedf689a4b5ef118944e3268de5b1f
- address (/address/hash)explorer.mergexchain.com/address/MRC6ggEvD4L4wYweWyeegbqBos6azJgKYp
- qrcode (/qr/hash)explorer.mergexchain.com/qr/MRC6ggEvD4L4wYweWyeegbqBos6azJgKYp