collateral

Get collateral ratio

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

get/collateral/ratio

Response

Collateral ratio and underlying totals

collateralRationumber required

The collateral ratio

totalCollateralValueUsdstring required

The total value of all reserves in USD

dreUsdValuestring required

The value of the dreUSD in USD

Example response

{
  "collateralRatio": 1.5,
  "totalCollateralValueUsd": "1000000"
}

Changes