This API lists the supported assets across the available lending protocols and provides snapshots of aggregate metrics.
Response Data
field | type | description |
---|---|---|
protocolId | string | The specific protocol deployment in human readable form |
protocolName | string | The overarching protocol name |
protocolVersion | number | The specific version of the protocol's deployment |
blockchain | string | The blockchain that this protocol instance is deployed on |
assetId | string | The smart contract address of this asset |
assetSymbol | string | The human readable, short form identifier of this asset |
market | string | Each asset can belong to a market on the protocol it is available on |
decimals | number | The decimals for this asset |
borrowRateStable | number | The fixed borrowing rate for this asset, if applicable in the protocol |
borrowRateVariable | number | The dynamic borrowing rate for this asset, if applicable in the protocol |
lendRate | number | The interest rate for lenders of this asset |
totalDepositedUSD | number | The cumulative US dollar value of deposits for this asset, at an instance in time. |
totalBorrowedUSD | number | The cumulative US dollar value of borrows for this assets, at an instance in time. |
totalLiquidationsUSD | number | The cumulative US dollar value of all liquidations for this asset, at an instance in time. |
loanToValueRatio | number | The maximum loan value for this asset. Ranges from 0 to 1. |
isActive | boolean |
|