|
| 1 | +<h4>NERVA Public API</h4> |
| 2 | +<ul class="nerva-api-links"> |
| 3 | +<li> |
| 4 | +<strong><a href="api/decodeoutputs.php">decodeoutputs.php</a></strong> |
| 5 | +<div>Decodes the amounts in the transaction hashes provided</div><div>WARNING: This function requires you to send your private view key to the server</div> |
| 6 | +<ul> |
| 7 | +<li>hash[]: list of hashes to get tx data for</li><li>address: the public address of the receiver</li><li>viewkey: the private view key of the receiver</li><li>example: gettransactions.php?hash[]=(hash1)&hash[]=(hash2)</li> |
| 8 | +</ul> |
| 9 | +<li> |
| 10 | +<strong><a href="api/getbans.php">getbans.php</a></strong> |
| 11 | +<div>Gets a list of nodes blocked by this node</div> |
| 12 | +<li> |
| 13 | +<strong><a href="api/getblockbyhash.php">getblockbyhash.php</a></strong> |
| 14 | +<div>Gets a block by it's hash</div> |
| 15 | +<ul> |
| 16 | +<li>hash: Block hash to search for</li> |
| 17 | +</ul> |
| 18 | +<li> |
| 19 | +<strong><a href="api/getblockbyheight.php">getblockbyheight.php</a></strong> |
| 20 | +<div>Gets a block by it's height</div> |
| 21 | +<ul> |
| 22 | +<li>height: Block height to search for</li> |
| 23 | +</ul> |
| 24 | +<li> |
| 25 | +<strong><a href="api/getblockcount.php">getblockcount.php</a></strong> |
| 26 | +<div>Gets the number of blocks in the longest chain</div> |
| 27 | +<li> |
| 28 | +<strong><a href="api/getblockhash.php">getblockhash.php</a></strong> |
| 29 | +<div>Gets a block hash at the specified height</div> |
| 30 | +<ul> |
| 31 | +<li>hash: Block height to search for</li> |
| 32 | +</ul> |
| 33 | +<li> |
| 34 | +<strong><a href="api/getblockheaderbyhash.php">getblockheaderbyhash.php</a></strong> |
| 35 | +<div>Gets a block header by it's hash</div> |
| 36 | +<ul> |
| 37 | +<li>hash: Block hash to search for</li> |
| 38 | +</ul> |
| 39 | +<li> |
| 40 | +<strong><a href="api/getblockheaderbyheight.php">getblockheaderbyheight.php</a></strong> |
| 41 | +<div>Gets a block header by it's height</div> |
| 42 | +<ul> |
| 43 | +<li>hash: Block height to search for</li> |
| 44 | +</ul> |
| 45 | +<li> |
| 46 | +<strong><a href="api/getblockheadersrange.php">getblockheadersrange.php</a></strong> |
| 47 | +<div>Gets the block headers in the specified range</div> |
| 48 | +<ul> |
| 49 | +<li>start_height: Height of the first block in the </li><li>end_height: Height of the last block in the range</li> |
| 50 | +</ul> |
| 51 | +<li> |
| 52 | +<strong><a href="api/getblocktemplate.php">getblocktemplate.php</a></strong> |
| 53 | +<div>Gets a block template</div> |
| 54 | +<ul> |
| 55 | +<li>address: Miner address to generate block template for</li><li>res: Reserve size</li> |
| 56 | +</ul> |
| 57 | +<li> |
| 58 | +<strong><a href="api/getconnections.php">getconnections.php</a></strong> |
| 59 | +<div>Gets the number of blocks in the longest chain</div> |
| 60 | +<li> |
| 61 | +<strong><a href="api/getgeneratedcoins.php">getgeneratedcoins.php</a></strong> |
| 62 | +<div>Gets the number of coins generated in the chain</div> |
| 63 | +<li> |
| 64 | +<strong><a href="api/gethardforkinfo.php">gethardforkinfo.php</a></strong> |
| 65 | +<div>Gets hardfork information</div> |
| 66 | +<li> |
| 67 | +<strong><a href="api/getinfo.php">getinfo.php</a></strong> |
| 68 | +<div>gets the current node information</div> |
| 69 | +<li> |
| 70 | +<strong><a href="api/getlastblockheader.php">getlastblockheader.php</a></strong> |
| 71 | +<div>Gets the last block header</div> |
| 72 | +<li> |
| 73 | +<strong><a href="api/getminingstatus.php">getminingstatus.php</a></strong> |
| 74 | +<div>Gets the mining status of the node</div> |
| 75 | +<li> |
| 76 | +<strong><a href="api/gettransactionpool.php">gettransactionpool.php</a></strong> |
| 77 | +<div>Gets a list of transactions in the pool</div> |
| 78 | +<li> |
| 79 | +<strong><a href="api/gettransactionpoolstats.php">gettransactionpoolstats.php</a></strong> |
| 80 | +<div>Gets transaction pool statistics</div> |
| 81 | +<li> |
| 82 | +<strong><a href="api/gettransactions.php">gettransactions.php</a></strong> |
| 83 | +<div>Gets a list of transactions by their hashes</div> |
| 84 | +<ul> |
| 85 | +<li>hash[]: list of hashes to get tx data for</li><li>example: gettransactions.php?hash[]=(hash1)&hash[]=(hash2)</li> |
| 86 | +</ul> |
| 87 | +<li> |
| 88 | +<strong><a href="api/gettxpubkey.php">gettxpubkey.php</a></strong> |
| 89 | +<div>extracts the TX public key from the TX.Extra data</div> |
| 90 | +<ul> |
| 91 | +<li>extra: TX.Extra field to extract the pubkey from</li> |
| 92 | +</ul> |
| 93 | +<li> |
| 94 | +<strong><a href="api/setbans.php">setbans.php</a></strong> |
| 95 | +<div>Block a node by the IP address</div> |
| 96 | +<ul> |
| 97 | +<li>ip: IP to ban</li><li>ban: To ban or not true/false</li><li>time: Number of seconds to ban for</li> |
| 98 | +</ul> |
| 99 | +<li> |
| 100 | +<strong><a href="api/submitanalytics.php">submitanalytics.php</a></strong> |
| 101 | +<li> |
| 102 | +<strong><a href="api/supply.php">supply.php</a></strong> |
| 103 | +<div>Formatted version of getgeneratedcoins for CMC</div> |
| 104 | +<li> |
| 105 | +<strong><a href="api/tradeogre.php">tradeogre.php</a></strong> |
| 106 | +<div>Get market data from TradeOgre</div> |
| 107 | +</ul> |
0 commit comments