Dragonball Scanner -CC-
Explorer
InPrivacy
Movement
🔥
Burns
Network
Top 100
API
Claim Address
Search
Dragonballonchain Public API
A listing of public API endpoints for retrieving Dragonballonchain coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
getdifficulty
Returns the current difficulty.
scanner.dragonballonchain.com/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
scanner.dragonballonchain.com/api/getconnectioncount
getblockcount
Returns the current block index.
scanner.dragonballonchain.com/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
scanner.dragonballonchain.com/api/getblockhash?index=64152
getblock [hash]
Returns information about the block with the given hash.
scanner.dragonballonchain.com/api/getblock?hash=775d67da29dd6553268061f86368d06654944dd5d5c61db4c97e4c7960c11a74
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
scanner.dragonballonchain.com/api/getrawtransaction?txid=6cb3babd256de253f926f10bc8574dadf0a3e2fc8380107b81eb07c67d1e73ed&decrypt=0
scanner.dragonballonchain.com/api/getrawtransaction?txid=6cb3babd256de253f926f10bc8574dadf0a3e2fc8380107b81eb07c67d1e73ed&decrypt=1
sendrawtransaction [hex] [allowhighfees]
Broadcasts an already-signed raw transaction to the Dogecoin2 network. Provide the signed transaction hex; this endpoint does not create or sign transactions.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
getnetworkhashps
Returns the current network hashrate. (hash/s)
scanner.dragonballonchain.com/api/getnetworkhashps
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
scanner.dragonballonchain.com/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
scanner.dragonballonchain.com/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
scanner.dragonballonchain.com/ext/getaddress/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
scanner.dragonballonchain.com/ext/getaddresstxs/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
scanner.dragonballonchain.com/ext/gettx/6cb3babd256de253f926f10bc8574dadf0a3e2fc8380107b81eb07c67d1e73ed
getbalance (/ext/getbalance/hash)
Returns current balance of given address
scanner.dragonballonchain.com/ext/getbalance/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW
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
scanner.dragonballonchain.com/ext/getlasttxs/100/0/100
getcurrentprice
Returns last known exchange price
scanner.dragonballonchain.com/ext/getcurrentprice
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
scanner.dragonballonchain.com/ext/getnetworkpeers
getbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price
scanner.dragonballonchain.com/ext/getbasicstats
getsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, network connection count, block count
scanner.dragonballonchain.com/ext/getsummary
Linking (GET)
Linking to the block explorer
transaction (/tx/txid)
scanner.dragonballonchain.com/tx/6cb3babd256de253f926f10bc8574dadf0a3e2fc8380107b81eb07c67d1e73ed
block (/block/hash)
scanner.dragonballonchain.com/block/775d67da29dd6553268061f86368d06654944dd5d5c61db4c97e4c7960c11a74
address (/address/hash)
scanner.dragonballonchain.com/address/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW
qrcode (/qr/hash)
scanner.dragonballonchain.com/qr/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW