Warning
Blockchain data is currently being synchronized. You may browse the site during this time, but keep in mind that data may not yet be fully accurate and some functionality may not work until synchronization is complete.

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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.cash-expl.zero-dynamics.org/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.cash-expl.zero-dynamics.org/api/getconnectioncount
- getblockcountReturns the current block index.cash-expl.zero-dynamics.org/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.cash-expl.zero-dynamics.org/api/getblockhash?index=64152
- getblock [hash]Returns information about the block with the given hash.cash-expl.zero-dynamics.org/api/getblock?hash=000000dd57952fae93e90bb938a8112987519328f414aafb1bcfa34b13f523d0
- 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)cash-expl.zero-dynamics.org/api/getnetworkhashps
- getmasternodecountReturns the total number of masternodes on the network.cash-expl.zero-dynamics.org/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplycash-expl.zero-dynamics.org/ext/getmoneysupply
- gettokenomics (/ext/tokenomics)Returns a complete economic supply model including registry, issuance, market, liquid supply, governance and interpretation metrics/ext/tokenomics
- getfluidhistory (/ext/getfluidhistory)Returns full fluid history including summary, minting history and governance data/ext/getfluidhistory
- getfluidsummary (/ext/getfluidsummary)Flexible endpoint - returns fluid summary. Use ?type=rewards or ?type=policy for specific data/ext/getfluidsummary(supports: ?type=rewards | ?type=policy)
- getmintinghistory (/ext/getmintinghistory)Returns minting history/ext/getmintinghistory
- getgovernancehistory (/ext/getgovernancehistory)Returns governance-related history (mining reward, masternode reward, ban account)/ext/getgovernancehistory
- getfluidsovereigns (/ext/getfluidsovereigns)Returns all fluid sovereign public keys/ext/getfluidsovereigns
- getdistributionReturns wealth distribution statscash-expl.zero-dynamics.org/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addresscash-expl.zero-dynamics.org/ext/getaddress/CGzisR9G282P7uVbTeP4QFtdExY7ASFoT7
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]cash-expl.zero-dynamics.org/ext/getaddresstxs/CGzisR9G282P7uVbTeP4QFtdExY7ASFoT7/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashcash-expl.zero-dynamics.org/ext/gettx/d7cadaa8e19cadd92398cb9ddc24e47f603fadb7a90aa13c0cb319f6d3696e05
- getbalance (/ext/getbalance/hash)Returns current balance of given addresscash-expl.zero-dynamics.org/ext/getbalance/CGzisR9G282P7uVbTeP4QFtdExY7ASFoT7
- 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 pricecash-expl.zero-dynamics.org/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hourscash-expl.zero-dynamics.org/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodescash-expl.zero-dynamics.org/ext/getbasicstats
- getmasternodelistReturns the complete list of masternodes on the network.cash-expl.zero-dynamics.org/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]cash-expl.zero-dynamics.org/ext/getmasternoderewards/CGzisR9G282P7uVbTeP4QFtdExY7ASFoT7/64152
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]cash-expl.zero-dynamics.org/ext/getmasternoderewardstotal/CGzisR9G282P7uVbTeP4QFtdExY7ASFoT7/64152
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)cash-expl.zero-dynamics.org/tx/d7cadaa8e19cadd92398cb9ddc24e47f603fadb7a90aa13c0cb319f6d3696e05
- block (/block/hash)cash-expl.zero-dynamics.org/block/000000dd57952fae93e90bb938a8112987519328f414aafb1bcfa34b13f523d0
- address (/address/hash)cash-expl.zero-dynamics.org/address/CGzisR9G282P7uVbTeP4QFtdExY7ASFoT7
- qrcode (/qr/hash)cash-expl.zero-dynamics.org/qr/CGzisR9G282P7uVbTeP4QFtdExY7ASFoT7

