# Supply APIs

Total, maximum and circulating supply can be fetched by below APIs.\
\
**Total Supply:** <http://supply.moox.one/v2/total>

**Maximum Supply:** <http://supply.moox.one/v2/max>

**Circulating Supply:** <http://supply.moox.one/v2/circulating>

{% hint style="info" %}
Total supply calculation method is explained [here](/tokenomics/moox-token.md#total-supply).

V1 circulating supply [API](http://supply.moox.one/circulating) returns a value where both V1 and V2 burned amount is excluded. So, circulating supply of V2 will always be the same as total supply.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.moox.one/tokenomics/supply-apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
