LendingLendersItem
Lightweight enumeration entry for a single (chainId, lenderKey) pair.
chainIdstringrequired
Example:
1lenderInfo objectrequired
Protocol/lender metadata (name, logo).
keystring
Lender key identifier
Example:
AAVE_V3namestringnullable
Human-readable lender name
Example:
Aave V3logoURIstringnullable
Lender logo URL
Example:
https://raw.githubusercontent.com/1delta-DAO/protocol-icons/main/lender/aave_v3.webptvlUsdnumberrequired
Σ totalDepositsUsd − Σ totalDebtUsd over the lender's markets on this chain
Example:
1234567890.12lastFetchednumbernullable
Epoch ms of latest snapshot
LendingLendersItem
{
"chainId": "1",
"lenderInfo": {
"key": "AAVE_V3",
"name": "Aave V3",
"logoURI": "https://raw.githubusercontent.com/1delta-DAO/protocol-icons/main/lender/aave_v3.webp"
},
"tvlUsd": 1234567890.12,
"lastFetched": 0
}