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

# Get total supply

`GET /v1/stablecoin/market-cap/{currencyCode}/total`

Returns the total RLUSD supply (all issued tokens, regardless of circulating status)
with a per-chain breakdown. No authentication required.

## Path parameters

- `currencyCode` string, required

## Response `200`

Total supply

- MarketCapSupply — Aggregate supply figure with a per-chain breakdown.
  - `balance` MarketCapBalance, required — Balance for a single currency or chain.
    - `amount` string, required — Balance as a decimal string (e.g. "1000000000.00")
    - `ledgerIndex` integer, nullable — Ledger index at which this balance was last observed. Absent when not applicable.
  - `chainBalances` object, required — Per-chain balance breakdown. Keys are blockchain network names (e.g. `XRPL`, `ETH`).

## Other responses

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

---

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