Bitcoin Value - TestNet
Explorer
Movement
Top 100
API
Search
Bitcoin Value TestNet Public API
A listing of public API endpoints for retrieving Bitcoin Value TestNet 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.
testnet.bitcoin-value.org/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
testnet.bitcoin-value.org/api/getconnectioncount
getblockcount
Returns the current block index.
testnet.bitcoin-value.org/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
testnet.bitcoin-value.org/api/getblockhash?index=100
getblock [hash]
Returns information about the block with the given hash.
testnet.bitcoin-value.org/api/getblock?hash=00000000ece82dc1b454f0dcb84c22069206d22317e751d752c0b5d8997f71bd
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
testnet.bitcoin-value.org/api/getrawtransaction?txid=ceb0b6477a7f6adf581bd7cf268aedae8d07d91b2992ffd2df851c4dda8cdd5f&decrypt=0
testnet.bitcoin-value.org/api/getrawtransaction?txid=ceb0b6477a7f6adf581bd7cf268aedae8d07d91b2992ffd2df851c4dda8cdd5f&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
testnet.bitcoin-value.org/api/getnetworkhashps
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
testnet.bitcoin-value.org/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
testnet.bitcoin-value.org/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
testnet.bitcoin-value.org/ext/getaddress/tvb1qketqerzu7gjrawf2rkuar459nh438uhat7j2ee
gettx (/ext/gettx/hash)
Returns information for given tx hash
testnet.bitcoin-value.org/ext/gettx/ceb0b6477a7f6adf581bd7cf268aedae8d07d91b2992ffd2df851c4dda8cdd5f
getbalance (/ext/getbalance/hash)
Returns current balance of given address
testnet.bitcoin-value.org/ext/getbalance/tvb1qketqerzu7gjrawf2rkuar459nh438uhat7j2ee
Linking (GET)
Linking to the block explorer
transaction (/tx/txid)
testnet.bitcoin-value.org/tx/ceb0b6477a7f6adf581bd7cf268aedae8d07d91b2992ffd2df851c4dda8cdd5f
block (/block/hash)
testnet.bitcoin-value.org/block/00000000ece82dc1b454f0dcb84c22069206d22317e751d752c0b5d8997f71bd
address (/address/hash)
testnet.bitcoin-value.org/address/tvb1qketqerzu7gjrawf2rkuar459nh438uhat7j2ee
qrcode (/qr/hash)
testnet.bitcoin-value.org/qr/tvb1qketqerzu7gjrawf2rkuar459nh438uhat7j2ee