bitcoinsilver Public API
A listing of public API endpoints for retrieving bitcoinsilver coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.127.0.0.1:3001/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.127.0.0.1:3001/api/getconnectioncount
- getblockcountReturns the current block index.127.0.0.1:3001/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.127.0.0.1:3001/api/getblockhash?index=0
- getblock [hash]Returns information about the block with the given hash.127.0.0.1:3001/api/getblock?hash=0000000000000036c3390fa8b4f4a9f019f74b931a5c63200d3022e35771587d
- 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)127.0.0.1:3001/api/getnetworkhashps
- getvotelistReturns the current vote list.127.0.0.1:3001/api/getvotelist
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply127.0.0.1:3001/ext/getmoneysupply
- getdistributionReturns wealth distribution stats127.0.0.1:3001/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address127.0.0.1:3001/ext/getaddress/BrfZdCiLZf7R4T4to7dTiNyxSrHtn8kwqc
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]127.0.0.1:3001/ext/getaddresstxs/BrfZdCiLZf7R4T4to7dTiNyxSrHtn8kwqc/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash127.0.0.1:3001/ext/gettx/f7224a6085bc48821bd7c7c1fa0f0e4aa1f7217da863af69f8c1c102e1184b39
- getbalance (/ext/getbalance/hash)Returns current balance of given address127.0.0.1:3001/ext/getbalance/BrfZdCiLZf7R4T4to7dTiNyxSrHtn8kwqc
- 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 price127.0.0.1:3001/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours127.0.0.1:3001/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price127.0.0.1:3001/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count127.0.0.1:3001/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)127.0.0.1:3001/tx/f7224a6085bc48821bd7c7c1fa0f0e4aa1f7217da863af69f8c1c102e1184b39
- block (/block/hash)127.0.0.1:3001/block/0000000000000036c3390fa8b4f4a9f019f74b931a5c63200d3022e35771587d
- address (/address/hash)127.0.0.1:3001/address/BrfZdCiLZf7R4T4to7dTiNyxSrHtn8kwqc
- qrcode (/qr/hash)127.0.0.1:3001/qr/BrfZdCiLZf7R4T4to7dTiNyxSrHtn8kwqc