The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Return data from coind
getdifficulty
Returns the current difficulty.
https://cbn-explorer.gq/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
https://cbn-explorer.gq/api/getconnectioncount
getblockcount
Returns the current block index.
https://cbn-explorer.gq/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
https://cbn-explorer.gq/api/getblockhash?index=532253
getblock [hash]
Returns information about the block with the given hash.
https://cbn-explorer.gq/api/getblock?hash=d0ab79626b4da829b87ac20d944ea4d509fc70e233dcb4884d7732260fc84f14
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
https://cbn-explorer.gq/api/getrawtransaction?txid=c4ff887e7bac124c72620b2ed7601d09f97f84186a637750e019d35c0a128bfb&decrypt=0
https://cbn-explorer.gq/api/getrawtransaction?txid=c4ff887e7bac124c72620b2ed7601d09f97f84186a637750e019d35c0a128bfb&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
https://cbn-explorer.gq/api/getnetworkhashps
getmaxmoney
Returns the maximum possible money supply.
https://cbn-explorer.gq/api/getmaxmoney
getmaxvote
Returns the maximum allowed vote for the current phase of voting.
https://cbn-explorer.gq/api/getmaxvote
getvote
Returns the current block reward vote setting.
https://cbn-explorer.gq/api/getvote
getphase
Returns the current voting phase ('Mint', 'Limit' or 'Sustain').
https://cbn-explorer.gq/api/getphase
getreward
Returns the current block reward, which has been decided democratically in the previous round of block reward voting.
https://cbn-explorer.gq/api/getreward
getsupply
Returns the current money supply.
https://cbn-explorer.gq/api/getsupply
getnextrewardestimate
Returns an estimate for the next block reward based on the current state of decentralized voting.
https://cbn-explorer.gq/api/getnextrewardestimate
getnextrewardwhenstr
Returns string describing how long until the votes are tallied and the next block reward is computed.
https://cbn-explorer.gq/api/getnextrewardwhenstr
Return data from local indexes
getmoneysupply
Returns current money supply
https://cbn-explorer.gq/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
https://cbn-explorer.gq/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
https://cbn-explorer.gq/ext/getaddress/CRzLYVH8uxYjaSM2NeFJHntCZUf8R5zVex
gettx (/ext/gettx/hash)
Returns information for given tx hash
https://cbn-explorer.gq/ext/gettx/c4ff887e7bac124c72620b2ed7601d09f97f84186a637750e019d35c0a128bfb
getbalance (/ext/getbalance/hash)
Returns current balance of given address
https://cbn-explorer.gq/ext/getbalance/CRzLYVH8uxYjaSM2NeFJHntCZUf8R5zVex
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
https://cbn-explorer.gq/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
https://cbn-explorer.gq/tx/c4ff887e7bac124c72620b2ed7601d09f97f84186a637750e019d35c0a128bfb
block (/block/hash)
https://cbn-explorer.gq/block/d0ab79626b4da829b87ac20d944ea4d509fc70e233dcb4884d7732260fc84f14
address (/address/hash)
https://cbn-explorer.gq/address/CRzLYVH8uxYjaSM2NeFJHntCZUf8R5zVex
qrcode (/qr/hash)
https://cbn-explorer.gq/qr/CRzLYVH8uxYjaSM2NeFJHntCZUf8R5zVex