
Cheetahcoin Public API
A listing of public API endpoints for retrieving Cheetahcoin coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.chtaexplorer.mooo.com:3002/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.chtaexplorer.mooo.com:3002/api/getconnectioncount
- getblockcountReturns the current block index.chtaexplorer.mooo.com:3002/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.chtaexplorer.mooo.com:3002/api/getblockhash?index=176431
- getblock [hash]Returns information about the block with the given hash.chtaexplorer.mooo.com:3002/api/getblock?hash=00000000000005b3205a28ff937e3de9758ed8a39c555360a7e2283ca648f0de
- 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)chtaexplorer.mooo.com:3002/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplychtaexplorer.mooo.com:3002/ext/getmoneysupply
- getdistributionReturns wealth distribution statschtaexplorer.mooo.com:3002/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addresschtaexplorer.mooo.com:3002/ext/getaddress/CfabYoMK2PvZVtnLA946StY6C9nLQ58fYF
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]chtaexplorer.mooo.com:3002/ext/getaddresstxs/CfabYoMK2PvZVtnLA946StY6C9nLQ58fYF/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashchtaexplorer.mooo.com:3002/ext/gettx/7528b3d49b5bfb065c780d17ae0854a3999d2843ec0c7e47a82afa1f0db169a2
- getbalance (/ext/getbalance/hash)Returns current balance of given addresschtaexplorer.mooo.com:3002/ext/getbalance/CfabYoMK2PvZVtnLA946StY6C9nLQ58fYF
- 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 pricechtaexplorer.mooo.com:3002/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hourschtaexplorer.mooo.com:3002/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, DOGE pricechtaexplorer.mooo.com:3002/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, DOGE price, USD price, network connection count, block countchtaexplorer.mooo.com:3002/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)chtaexplorer.mooo.com:3002/tx/7528b3d49b5bfb065c780d17ae0854a3999d2843ec0c7e47a82afa1f0db169a2
- block (/block/hash)chtaexplorer.mooo.com:3002/block/00000000000005b3205a28ff937e3de9758ed8a39c555360a7e2283ca648f0de
- address (/address/hash)chtaexplorer.mooo.com:3002/address/CfabYoMK2PvZVtnLA946StY6C9nLQ58fYF
- qrcode (/qr/hash)chtaexplorer.mooo.com:3002/qr/CfabYoMK2PvZVtnLA946StY6C9nLQ58fYF