We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ebe3b commit 803fe4dCopy full SHA for 803fe4d
views/web_views.py
@@ -357,7 +357,7 @@ def total_ousd():
357
return make_response(token_stats.total_ousd(), 200)
358
359
# do not remove
360
-# used by coinmarketcap.com to calculate total supply and circulating supply of OUSD
+# used by coinmarketcap.com to calculate total supply and circulating supply of OETH
361
@app.route("/total-oeth", methods=["GET"], strict_slashes=False)
362
@app.route("/<lang_code>/total-oeth", methods=["GET"], strict_slashes=False)
363
def total_oeth():
0 commit comments