Api get all collateral asset info response

ApiGetAllCollateralAssetInfoResponse

Response for the collateral asset info endpoint

Name
Lite
Type Required
Default
Description
assets
a
[ApiCollateralAssetInfo] True Collateral configuration for every collateral-eligible asset (CVR > 0)
ApiCollateralAssetInfo

Platform-wide collateral configuration and usage for a single asset

Name
Lite
Type Required
Default
Description
currency
c
string True The asset
collateral_value_ratio
cv
string True CVR, expressed in percentage points. 0 = not usable as collateral.
collateral_deposit_cap
cd
string True CDC limit, native units. 0 = untracked / unlimited.
max_borrow_rate
mb
string True MBR - per-asset ceiling on the annual borrow rate, expressed in percentage points; the tier borrow rate never exceeds this.
manual_repayment_fee_rate
mr
string True Effective manual-repay/convert fee = max((1-CVR)/MRR, RFR), expressed in percentage points.
cdc_status
cs
CDCStatus True Collateral-deposit-cap utilization status: normal / reduceOnly / autoExchange.
CDCStatus

Per-asset collateral-deposit-cap (CDC) utilization status.

Value Description
NORMAL = 1 CDC utilization below the reduce-only threshold.
REDUCE_ONLY = 2 CDC utilization at or above the reduce-only threshold but below 100% — new collateral deposits are restricted.
AUTO_EXCHANGE = 3 CDC utilization at or above 100% — subject to auto-exchange.