Warning
Blockchain data is currently being synchronized. You may browse the site during this time, but keep in mind that data may not yet be fully accurate and some functionality may not work until synchronization is complete.

MintCoin Public API
A listing of public API endpoints for retrieving MintCoin 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.crypto-fan-store.eu/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.crypto-fan-store.eu/api/getconnectioncount
- getblockcountReturns the current block index.explorer.crypto-fan-store.eu/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.crypto-fan-store.eu/api/getblockhash?index=1337
- getblock [hash]Returns information about the block with the given hash.explorer.crypto-fan-store.eu/api/getblock?hash=000000001770a8f014335fd322ed00fc860f958624cd811551721235785d7c5c
- getnetworkhashpsReturns the current network hashrate. (hash/s)explorer.crypto-fan-store.eu/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.crypto-fan-store.eu/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.crypto-fan-store.eu/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.crypto-fan-store.eu/ext/getaddress/Mru7cUtxC1K6VyRSJX1LdwECTn2rYFyQFf
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.crypto-fan-store.eu/ext/getaddresstxs/Mru7cUtxC1K6VyRSJX1LdwECTn2rYFyQFf/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.crypto-fan-store.eu/ext/gettx/ad5bb60e57e1cd82ace408ba9e6fe68b69a1df896c4158d3c22ef3f6e843ee94
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.crypto-fan-store.eu/ext/getbalance/Mru7cUtxC1K6VyRSJX1LdwECTn2rYFyQFf
- 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.crypto-fan-store.eu/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.crypto-fan-store.eu/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC priceexplorer.crypto-fan-store.eu/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block countexplorer.crypto-fan-store.eu/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.crypto-fan-store.eu/tx/ad5bb60e57e1cd82ace408ba9e6fe68b69a1df896c4158d3c22ef3f6e843ee94
- block (/block/hash)explorer.crypto-fan-store.eu/block/000000001770a8f014335fd322ed00fc860f958624cd811551721235785d7c5c
- address (/address/hash)explorer.crypto-fan-store.eu/address/Mru7cUtxC1K6VyRSJX1LdwECTn2rYFyQFf
- qrcode (/qr/hash)explorer.crypto-fan-store.eu/qr/Mru7cUtxC1K6VyRSJX1LdwECTn2rYFyQFf