---
title: "Get collateral ratio"
method: GET
path: "/audit/collateral-ratio"
tags: ["collateral"]
---

# Get collateral ratio

`GET /audit/collateral-ratio`

Returns the collateral ratio: (SUM(USD) + priced USDC + priced AUSDC + priced USTB) / SUM(dreUSD). Response is cached for 3 minutes.

## Response `200`

Collateral ratio and underlying totals

- GetCollateralRatioResponseDto
  - `collateralRatio` number, required — The collateral ratio
  - `totalCollateralValueUsd` string, required — The total value of all reserves in USD
  - `dreUsdValue` string, required — The value of the dreUSD in USD

## Other responses

- `401` — Unauthorized

---

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