Explorer
Movement
Network
Top 100
Markets
API
Search
TopCoinV3 Public API
A listing of public API endpoints for retrieving TopCoinV3 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.
topexplorer.us/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
topexplorer.us/api/getconnectioncount
getblockcount
Returns the current block index.
topexplorer.us/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
topexplorer.us/api/getblockhash?index=55051
getblock [hash]
Returns information about the block with the given hash.
topexplorer.us/api/getblock?hash=000000086279f353ae6bb79f1ba4e7e42d5ad4170422a9ad881da3f9856c955b
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
topexplorer.us/api/getrawtransaction?txid=a69c79cfb52e26aff39431af240e8b4cdb6c04e4e303f13bedaaf94e47899dc4&decrypt=0
topexplorer.us/api/getrawtransaction?txid=a69c79cfb52e26aff39431af240e8b4cdb6c04e4e303f13bedaaf94e47899dc4&decrypt=1
Linking (GET)
Linking to the block explorer
transaction (/tx/txid)
topexplorer.us/tx/a69c79cfb52e26aff39431af240e8b4cdb6c04e4e303f13bedaaf94e47899dc4
block (/block/hash)
topexplorer.us/block/000000086279f353ae6bb79f1ba4e7e42d5ad4170422a9ad881da3f9856c955b
address (/address/hash)
topexplorer.us/address/tSXUyzsqfVG9LNRKPwXoACvXvunjvXrG9H
qrcode (/qr/hash)
topexplorer.us/qr/tSXUyzsqfVG9LNRKPwXoACvXvunjvXrG9H