The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Return data from coind
getdifficulty
Returns the current difficulty.
https://explorer.magnetocoin.com/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
https://explorer.magnetocoin.com/api/getconnectioncount
getblockcount
Returns the current block index.
https://explorer.magnetocoin.com/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
https://explorer.magnetocoin.com/api/getblockhash?index=1305
getblock [hash]
Returns information about the block with the given hash.
https://explorer.magnetocoin.com/api/getblock?hash=dcad4612987a8e60ffa702620ffefa62b8b2b6f70262d736864f375afa80258e
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
https://explorer.magnetocoin.com/api/getrawtransaction?txid=8320e5d784ae6c3922b5ade0c8bedb4d139161ebcdbcfab2307cc91197b7b41d&decrypt=0
https://explorer.magnetocoin.com/api/getrawtransaction?txid=8320e5d784ae6c3922b5ade0c8bedb4d139161ebcdbcfab2307cc91197b7b41d&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
https://explorer.magnetocoin.com/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply
https://explorer.magnetocoin.com/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
https://explorer.magnetocoin.com/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
https://explorer.magnetocoin.com/ext/getaddress/Mt2Y1sCGw3npPajKxmpg4Kr87zy3LZstwF
gettx (/ext/gettx/hash)
Returns information for given tx hash
https://explorer.magnetocoin.com/ext/gettx/8320e5d784ae6c3922b5ade0c8bedb4d139161ebcdbcfab2307cc91197b7b41d
getbalance (/ext/getbalance/hash)
Returns current balance of given address
https://explorer.magnetocoin.com/ext/getbalance/Mt2Y1sCGw3npPajKxmpg4Kr87zy3LZstwF
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
https://explorer.magnetocoin.com/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
https://explorer.magnetocoin.com/tx/8320e5d784ae6c3922b5ade0c8bedb4d139161ebcdbcfab2307cc91197b7b41d
block (/block/hash)
https://explorer.magnetocoin.com/block/dcad4612987a8e60ffa702620ffefa62b8b2b6f70262d736864f375afa80258e
address (/address/hash)
https://explorer.magnetocoin.com/address/Mt2Y1sCGw3npPajKxmpg4Kr87zy3LZstwF
qrcode (/qr/hash)
https://explorer.magnetocoin.com/qr/Mt2Y1sCGw3npPajKxmpg4Kr87zy3LZstwF