#{settings.locale.api_message}
Return data from coind
getdifficulty
#{settings.locale.api_getdifficulty}
#{address}/api/getdifficulty
getconnectioncount
#{settings.locale.api_getconnectioncount}
#{address}/api/getconnectioncount
getblockcount
#{settings.locale.api_getblockcount}
#{address}/api/getblockcount
getblockhash [index]
#{settings.locale.api_getblockhash}
#{address}/api/getblockhash?index=#{hashes.blockindex}
getblock [hash]
#{settings.locale.api_getblock}
#{address}/api/getblock?hash=#{hashes.blockhash}
getrawtransaction [txid] [decrypt]
#{settings.locale.api_getrawtransaction}
#{address}/api/getrawtransaction?txid=#{hashes.txhash}&decrypt=0
#{address}/api/getrawtransaction?txid=#{hashes.txhash}&decrypt=1
getmininginfo
#{settings.locale.api_getmininginfo}
#{address}/api/getmininginfo
getgridnodes
#{settings.locale.api_getgridnodes}
#{address}/api/getgridnodes
Return data from local indexes
getmoneysupply [separator]
Returns current circulating supply
#{address}/ext/getmoneysupply
#{address}/ext/getmoneysupply?separator=,
getdistribution
Returns wealth distribution stats
#{address}/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
#{address}/ext/getaddress/#{hashes.address}
getbalance (/ext/getbalance/hash)
Returns current balance of given address
#{address}/ext/getbalance/#{hashes.address}
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
#{address}/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
#{address}/tx/#{hashes.txhash}
block (/block/hash)
#{address}/block/#{hashes.blockhash}
address (/address/hash)
#{address}/address/#{hashes.address}
qrcode (/qr/hash)
#{address}/qr/#{hashes.address}