# Get Fractal Circulating Supply

{% hint style="info" %}
Public endpoints don't require authentication.
{% endhint %}

{% openapi src="/files/vGM9ZJZ2Mlf6Yp9mj3DE" path="/v1/public/fractal/supply" method="get" %}
[tmp.yaml](https://3523236551-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ4NHAHIVnWQiEecvs1By%2Fuploads%2FzSpPFSe123C4ACPM5Kdo%2Ftmp.yaml?alt=media\&token=33289b14-a1af-45a3-bb27-00da92f3c81f)
{% endopenapi %}

<figure><img src="/files/kgTEPOTDT5PwbOI696mT" alt=""><figcaption></figcaption></figure>

* blockheight = blocks-1.   So the current height is 5578
* The supply unit is `satoshi` .   119819188621300 = 1198191.88621300 FB
* [https://open-api-fractal.unisat.io/v1/public/fractal/supply?format=text](https://open-api-fractal.unisat.io/v1/indexer/fractal/total-supply?format=text) will return text format with FB unit

<figure><img src="/files/fDuh8quCf8bN39yf2ne3" alt=""><figcaption></figcaption></figure>


---

# 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.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/get-fractal-circulating-supply.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.
