The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Returns data from G999
getdifficulty
Returns the current difficulty.
explorer.g999main.net/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.g999main.net/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
explorer.g999main.net/api/getmasternodecount
getblockcount
Returns the current block index.
explorer.g999main.net/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
explorer.g999main.net/api/getblockhash?index=370
getblock [hash]
Returns information about the block with the given hash.
explorer.g999main.net/api/getblock?hash=130e8df11b37bec6416b8bd931bcd78b10958702b93f83118837d69b31cefa0f
getrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
explorer.g999main.net/api/getrawtransaction?txid=871e30fd4a6f93b1eeb13b89fdf0ccb0c4319c8006e287be5798f7e092e75d26&decrypt=0
explorer.g999main.net/api/getrawtransaction?txid=871e30fd4a6f93b1eeb13b89fdf0ccb0c4319c8006e287be5798f7e092e75d26&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.g999main.net/api/getnetworkhashps
sendrawtransaction
Send transaction to blockchain
explorer.g999main.net/api/sendrawtransaction?hex=your_hex_string
Return data from local indexes.
getmoneysupply
Returns current money supply.
explorer.g999main.net/ext/getmoneysupply
getdistribution
Returns wealth distribution stats.
explorer.g999main.net/ext/getdistribution
getaddress
Returns information for given address.
[Optional Query Parameter] `limit` - default/missing = 100; `-1` = infinite/all
[Optional Query Parameter] `type` - default/missing = all; `vin|vout` = only vin|vout
explorer.g999main.net/ext/getaddress/GcbA7zhkJ3EnqbZtofzw6PEoyaT79ybDS9
getbalance (/ext/getbalance/hash)
Returns current balance of given address.
explorer.g999main.net/ext/getbalance/GcbA7zhkJ3EnqbZtofzw6PEoyaT79ybDS9
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
explorer.g999main.net/ext/getlasttxs/10/100
getmasternodelist
Returns the number of master nodes on the network that are currently online.
explorer.g999main.net/ext/getmasternodes
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
explorer.g999main.net/tx/871e30fd4a6f93b1eeb13b89fdf0ccb0c4319c8006e287be5798f7e092e75d26
Block (/block/hash)
Direct link to the Block Page.
explorer.g999main.net/block/130e8df11b37bec6416b8bd931bcd78b10958702b93f83118837d69b31cefa0f
Address (/address/hash)
Direct link to the Address Page.
explorer.g999main.net/address/GcbA7zhkJ3EnqbZtofzw6PEoyaT79ybDS9
Qrcode (/qr/hash)
Direct link to the QR Code.
explorer.g999main.net/qr/GcbA7zhkJ3EnqbZtofzw6PEoyaT79ybDS9