---
title: "Get circulating supply amount"
method: GET
path: "/v1/stablecoin/market-cap/{currencyCode}/circulating/amount"
tags: ["Market Cap"]
---

# Get circulating supply amount

`GET /v1/stablecoin/market-cap/{currencyCode}/circulating/amount`

Returns the circulating RLUSD supply as a plain decimal string.
Returns `404` if the circulating supply API is not enabled.
No authentication required.

## Path parameters

- `currencyCode` string, required

## Response `200`

Circulating supply amount as plain text

## Other responses

- `404` — Resource does not exist
- `500` — Unexpected server error

---

[API](https://skmtc.dev/ripple/apis/ripple-mint-api.md) · [All operations](https://skmtc.dev/ripple/apis/ripple-mint-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ripple/ripple-mint-api/revisions/40f45c88957c/schema)
