CMM releases an API

CMMBlockchain
Commercium (CMM)
Published in
1 min readAug 12, 2018

Commercium API has been released in reply to a request from CoinMarketCap for getmoneysupply values.

In the coming days CoinMarketCap users will be able to view the CMM total supply as well as Market Cap information.

Stay tuned for future announcements.

To come and join us on Discord click here

https://api.commercium.net/

getmoneysupply
Returns current money supply
https://api.commercium.net/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
https://api.commercium.net/ext/getdistribution
getdifficulty
Returns the current difficulty.
https://api.commercium.net/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
https://api.commercium.net/api/getconnectioncount
getblockcount
Returns the current block index.
https://api.commercium.net/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
https://api.commercium.net/api/getblockhash?index=7331
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
https://api.commercium.net/api/getrawtransaction?txid=5902667a78edef60be03bef0ae8e457fcd8c78234203e6072f690734a100f389&decrypt=0
https://api.commercium.net/api/getrawtransaction?txid=5902667a78edef60be03bef0ae8e457fcd8c78234203e6072f690734a100f389&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
https://api.commercium.net/api/getnetworkhashps
getaddress (/ext/getaddress/hash)
Returns information for given address
https://api.commercium.net/ext/getaddress/CJqZBk9VF4apRLLkZoAQdsaXAbXUN8w9JS
getbalance (/ext/getbalance/hash)
Returns current balance of given address
https://api.commercium.net/ext/getbalance/CJqZBk9VF4apRLLkZoAQdsaXAbXUN8w9JS
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
https://api.commercium.net/ext/getlasttxs/10/100
qrcode (/qr/hash)
https://api.commercium.net/qr/CJqZBk9VF4apRLLkZoAQdsaXAbXUN8w9JS

--

--