DigitalKash Public API
A listing of public API endpoints for retrieving DigitalKash coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.642435.xilzzp9ji.asia/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.642435.xilzzp9ji.asia/api/getconnectioncount
- getblockcountReturns the current block index.642435.xilzzp9ji.asia/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.642435.xilzzp9ji.asia/api/getblockhash?index=52186
- getblock [hash]Returns information about the block with the given hash.642435.xilzzp9ji.asia/api/getblock?hash=c6efe83028867a51814705bc482864b94d270dfc98e91cf75af610c09d0c540f
- 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)642435.xilzzp9ji.asia/api/getnetworkhashps
- getvotelistReturns the current vote list.642435.xilzzp9ji.asia/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.642435.xilzzp9ji.asia/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply642435.xilzzp9ji.asia/ext/getmoneysupply
- getdistributionReturns wealth distribution stats642435.xilzzp9ji.asia/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address642435.xilzzp9ji.asia/ext/getaddress/dJCU7ri8XZDqhj4maLFL5YJbrS2bey4KFj
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]642435.xilzzp9ji.asia/ext/getaddresstxs/dJCU7ri8XZDqhj4maLFL5YJbrS2bey4KFj/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash642435.xilzzp9ji.asia/ext/gettx/b0fa39258d1c1a74eb27c4e1fb5d2bd8bd50c0d92f6e5607110bf9049d201cd8
- getbalance (/ext/getbalance/hash)Returns current balance of given address642435.xilzzp9ji.asia/ext/getbalance/dJCU7ri8XZDqhj4maLFL5YJbrS2bey4KFj
- 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 price642435.xilzzp9ji.asia/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours642435.xilzzp9ji.asia/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodes642435.xilzzp9ji.asia/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block count, count of online masternodes, count of offline masternodes642435.xilzzp9ji.asia/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.642435.xilzzp9ji.asia/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]642435.xilzzp9ji.asia/ext/getmasternoderewards/dJCU7ri8XZDqhj4maLFL5YJbrS2bey4KFj/52186
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]642435.xilzzp9ji.asia/ext/getmasternoderewardstotal/dJCU7ri8XZDqhj4maLFL5YJbrS2bey4KFj/52186
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)642435.xilzzp9ji.asia/tx/b0fa39258d1c1a74eb27c4e1fb5d2bd8bd50c0d92f6e5607110bf9049d201cd8
- block (/block/hash)642435.xilzzp9ji.asia/block/c6efe83028867a51814705bc482864b94d270dfc98e91cf75af610c09d0c540f
- address (/address/hash)642435.xilzzp9ji.asia/address/dJCU7ri8XZDqhj4maLFL5YJbrS2bey4KFj
- qrcode (/qr/hash)642435.xilzzp9ji.asia/qr/dJCU7ri8XZDqhj4maLFL5YJbrS2bey4KFj