---
title: "Get Aggregate Circulating Supply"
method: GET
path: "/v0/metrics/circulating-supply"
tags: ["Metrics"]
---

# Get Aggregate Circulating Supply

`GET /v0/metrics/circulating-supply`

<Callout intent="warning">
  The endpoints exposed here are currently in **Beta**! As we continue to build our initial offering, these endpoints may implement breaking changes. Be sure to check back for our change log regularly as a precaution.
</Callout>

## Response `200`

Aggregate circulating AUSD supply across all chains, returned as a plain-text decimal (e.g. `987654321.654321`).

- object

## Other responses

- `404` — The requested route or resource does not exist. Verify the URL and method.
- `429` — Per-IP rate limit exceeded at the Cloudflare edge. The response includes a `Retry-After` header indicating the wait period in seconds.
- `500` — An unexpected server-side failure occurred. Retry with exponential backoff and capture the `Request-Id` header for support.

---

[API](https://skmtc.net/agora/apis/endpoints.md) · [All operations](https://skmtc.net/agora/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agora/endpoints/revisions/72979de2c695/schema)
