Total supply API

This commit is contained in:
Sander Ferdinand 2018-11-02 22:34:37 +01:00
parent 921cdb324b
commit c288d58ca2
No known key found for this signature in database
GPG key ID: 7BBC83D7A8810AAB
2 changed files with 40 additions and 0 deletions

View file

@ -81,6 +81,22 @@
link
</a>
</div>
<div class="api_container" id="api_wow_supply">
<h5><small>GET</small> <code>/api/1/wow/supply</code></h5>
<hr>
<p>
The current total supply of WOW.
</p>
<b>Example:</b>
<pre>curl -vvX GET 'https://funding.wownero.com/api/1/wow/supply'</pre>
<b>Response:</b>
<pre>{
"data": 10456897.573388882
}</pre>
</div>
</div>
{% include 'sidebar.html' %}