Datromax Public API
A listing of public API endpoints for retrieving Datromax coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer.datromax.com/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.datromax.com/api/getconnectioncount
- getblockcountReturns the current block index.explorer.datromax.com/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.datromax.com/api/getblockhash?index=100
- getblock [hash]Returns information about the block with the given hash.explorer.datromax.com/api/getblock?hash=6e89c19e0260e09f0e01c440e7ca1b094b6e6eeb174b152bcc0e9bc80cef3a5d
- 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)explorer.datromax.com/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.datromax.com/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.datromax.com/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.datromax.com/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.datromax.com/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.datromax.com/ext/getaddress/DC6xykLjy54wipAotRx6E7eDCbtaN3MMhU
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.datromax.com/ext/getaddresstxs/DC6xykLjy54wipAotRx6E7eDCbtaN3MMhU/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.datromax.com/ext/gettx/89c2ebd71ce25c27172d793fbf628327bbf3e88a610edbdc4863bb7eb426cd04
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.datromax.com/ext/getbalance/DC6xykLjy54wipAotRx6E7eDCbtaN3MMhU
- 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 priceexplorer.datromax.com/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.datromax.com/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesexplorer.datromax.com/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 masternodesexplorer.datromax.com/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.datromax.com/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.datromax.com/ext/getmasternoderewards/DC6xykLjy54wipAotRx6E7eDCbtaN3MMhU/100
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]explorer.datromax.com/ext/getmasternoderewardstotal/DC6xykLjy54wipAotRx6E7eDCbtaN3MMhU/100
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.datromax.com/tx/89c2ebd71ce25c27172d793fbf628327bbf3e88a610edbdc4863bb7eb426cd04
- block (/block/hash)explorer.datromax.com/block/6e89c19e0260e09f0e01c440e7ca1b094b6e6eeb174b152bcc0e9bc80cef3a5d
- address (/address/hash)explorer.datromax.com/address/DC6xykLjy54wipAotRx6E7eDCbtaN3MMhU
- qrcode (/qr/hash)explorer.datromax.com/qr/DC6xykLjy54wipAotRx6E7eDCbtaN3MMhU