Skip to main content

LendingLendersItem

Lightweight enumeration entry for a single (chainId, lenderKey) pair.

chainIdstringrequired
Example: 1
lenderInfo objectrequired

Protocol/lender metadata (name, logo).

keystring

Lender key identifier

Example: AAVE_V3
namestringnullable

Human-readable lender name

Example: Aave V3
logoURIstringnullable

Lender logo URL

Example: https://raw.githubusercontent.com/1delta-DAO/protocol-icons/main/lender/aave_v3.webp
tvlUsdnumberrequired

Σ totalDepositsUsd − Σ totalDebtUsd over the lender's markets on this chain

Example: 1234567890.12
lastFetchednumbernullable

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
}