Api get all collateral asset info response
ApiGetAllCollateralAssetInfoResponse
Response for the collateral asset info endpoint
NameLite |
Type | RequiredDefault |
Description |
|---|---|---|---|
assetsa |
[ApiCollateralAssetInfo] | True | Collateral configuration for every collateral-eligible asset (CVR > 0) |
ApiCollateralAssetInfo
Platform-wide collateral configuration and usage for a single asset
NameLite |
Type | RequiredDefault |
Description |
|---|---|---|---|
currencyc |
string | True | The asset |
collateral_value_ratiocv |
string | True | CVR, expressed in percentage points. 0 = not usable as collateral. |
collateral_deposit_capcd |
string | True | CDC limit, native units. 0 = untracked / unlimited. |
max_borrow_ratemb |
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_ratemr |
string | True | Effective manual-repay/convert fee = max((1-CVR)/MRR, RFR), expressed in percentage points. |
cdc_statuscs |
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. |