Info
Coin Supply –
Blocks : –
Network – (TH/s)
Difficulty :-

Masternodes –
Online : –
MN ROI –
Collateral : –
API Documentation
The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
API Calls
Return data from coind
- getdifficulty
Returns the current difficulty.
https://martkistexplorer.com/api/getdifficulty - getconnectioncount
Returns the number of connections the block explorer has to other nodes.
https://martkistexplorer.com/api/getconnectioncount - getblockcount
Returns the current block index.
https://martkistexplorer.com/api/getblockcount - getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
https://martkistexplorer.com/api/getblockhash?index=262 - getblock [hash]
Returns information about the block with the given hash.
https://martkistexplorer.com/api/getblock?hash=00000000000000f141a31fa2113e25cd36de7412f1b68e6de494bddf821bd133 - getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
https://martkistexplorer.com/api/getrawtransaction?txid=0d8960b2fb2a072664cd32d53224f3f3ad9ff4db779e94bc94efd79f698e9382&decrypt=0
https://martkistexplorer.com/api/getrawtransaction?txid=0d8960b2fb2a072664cd32d53224f3f3ad9ff4db779e94bc94efd79f698e9382&decrypt=1 - getnetworkhashps
Returns the current network hashrate. (hash/s)
https://martkistexplorer.com/qr/MJhzzACr7TjymDZqL9ibx48rEnvBuUgdoM
Extended API
Return data from local indexes
- getmoneysupply
Returns current money supply
https://martkistexplorer.com/ext/getmoneysupply - getdistribution
Returns wealth distribution stats
https://martkistexplorer.com/ext/getdistribution - getaddress (/ext/getaddress/hash)
Returns information for given address
https://martkistexplorer.com/ext/getaddress/MJhzzACr7TjymDZqL9ibx48rEnvBuUgdoM - getbalance (/ext/getbalance/hash)
Returns current balance of given address
https://martkistexplorer.com/ext/getbalance/MJhzzACr7TjymDZqL9ibx48rEnvBuUgdoM - getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
https://martkistexplorer.com/ext/getlasttxs/10/100
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)
https://martkistexplorer.com/tx/0d8960b2fb2a072664cd32d53224f3f3ad9ff4db779e94bc94efd79f698e9382 - block (/block/hash)
https://martkistexplorer.com/block/00000000000000f141a31fa2113e25cd36de7412f1b68e6de494bddf821bd133 - address (/address/hash)
https://martkistexplorer.com/address/MJhzzACr7TjymDZqL9ibx48rEnvBuUgdoM - qrcode (/qr/hash)
https://martkistexplorer.com/qr/MJhzzACr7TjymDZqL9ibx48rEnvBuUgdoM