# Get circulating supply amount

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

Endpoint: GET /v1/stablecoin/market-cap/{currencyCode}/circulating/amount
Version: 1.0.0
Security: 

## Path parameters:

  - `currencyCode` (string, required)
    Currency code (e.g. RLUSD)
    Example: "RLUSD"

## Response 404 fields (application/problem+json):

  - `type` (string)
    URI reference identifying the problem type

  - `title` (string)
    Short, human-readable summary of the problem

  - `status` (integer)
    HTTP status code

  - `code` (string)
    Machine-readable error code
    Enum: "TRANSACTION_NOT_FOUND", "INVALID_REQUEST_BODY", "UNKNOWN_EXCEPTION"


