get https://web3api.io/api/v2/defi/lending/protocols/information
This API lists the supported DeFi 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 |
numAssets | number | The number of assets that are available on this protocol instance |
totalDepositedUSD | string | The cumulative US dollar value of all deposited assets, at an instance in time. Without endDate , this represents the US dollar value of all deposits right now i.e. the moment this endpoint was called |
totalBorrowedUSD | string | The cumulative US dollar value of all borrowed assets, at an instance in time. Without endDate , this represents the US dollar value of all borrowed right now i.e. the moment this endpoint was called |