Looking to Purchase Nexa Coins?
Owning some NEXA coins gives you access to the growing Nexa economy.
NEXA can be purchased on the following centralized exchanges with more on the way.
Price (per M)
super-embed:<p class="notion-text__content"><span class="notion-semantic-string"><span id="price"></span></span></p>
<script>
fetch("https://nexainfo.otoplo.com/price")
.then((response) => response.text())
.then((text) => document.getElementById("price").textContent = "$" + (Math.floor(Number(text)*100000000)/100).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","));
</script>
Supply
super-embed:<p class="notion-text__content"><span class="notion-semantic-string"><span id="supply"></span></span></p>
<script>
fetch("https://nexainfo.otoplo.com/supply")
.then((response) => response.text())
.then((text) => document.getElementById("supply").textContent = (Math.abs(Number(text)) / 1.0e+12).toString() + "T NEX");
</script>
Market Cap
super-embed:<p class="notion-text__content"><span class="notion-semantic-string"><span id="mcap"></span></span></p>
<script>
fetch("https://nexainfo.otoplo.com/mcap")
.then((response) => response.text())
.then((text) => document.getElementById("mcap").textContent = "$" + (Math.round((Math.abs(Number(text)) / 1.0e+6)* 100) / 100).toString() + " million");
</script>
Centralized Exchanges
Please be advised that the third-party exchanges listed do not represent an official endorsement by the Nexa team. Please always use caution when utilizing any cryptocurrency exchange
DEXs
Coming soon…
NEXA coins do not represent an investment into a company and do not come with any guarantee of returns. It is important to be aware that NEXA is an asset with a volatile price and there is no central authority to handle any fraud that takes place on the Nexa network.