> For the complete documentation index, see [llms.txt](https://docs.onnano.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onnano.co/public-api/moe-public-api.md).

# MOE Public API

We provide an API to make it easier to use MOE.

* API endpoint: <https://api.onnano.co>

<mark style="color:blue;">`GET`</mark> `https://api.onnano.co/circulating_supply`

You can check the total issuance and circulation of MOE ERC-20 token.

{% tabs %}
{% tab title="200: OK Circulating sypply(Float)" %}

```
{
    "success":true,
    "total_supply":1000000000000,
    "circulating_supply":898958728322.8444
}
```

{% endtab %}
{% endtabs %}

<mark style="color:blue;">`GET`</mark> `https://api.onnano.co/max_supply`

{% tabs %}
{% tab title="200: OK Max supply(Float)" %}

{% endtab %}
{% endtabs %}

<mark style="color:blue;">`GET`</mark> `https://api.onnano.co/total_supply`

{% tabs %}
{% tab title="200: OK Total supply(Float)" %}

{% endtab %}
{% endtabs %}
