Lending Protocols
The endpoints listed can be used to retrieve the data analytics and score analysis of various lending markets and the assets listed in these markets.
Last updated
The endpoints listed can be used to retrieve the data analytics and score analysis of various lending markets and the assets listed in these markets.
Last updated
Note: The sample request below shows liquidity data for the ethereum
chain and aave
V3 protocol with USDC
base asset.
For a supported list of chains, protocol version, base asset and token addresses whose liqudity data can be requested please refer to sample response for retrieving the available lending markets for all supported protocols API endpoint.
Note: The sample request below shows lending market analytics data for the ethereum
chain and aave
V3 protocol with USDC
base asset.
For a supported list of chains, protocol version and base asset whose protocol analytics data can be requested please refer to sample response for retrieving the available lending markets for all supported protocols API endpoint.
Note: The sample request below shows available market data for the compound
protocol.
For a supported list of protocols whose liqudity data can be requested please refer to sample response for retrieving the available lending markets for all supported protocols API endpoint.
Note: The sample request below shows available liquidity health score data for for the ethereum
chain and aave
V3 protocol with USDC
base asset.
For a supported list of chains, protocol version and base asset whose liqudity lending data can be requested please refer to sample response for retrieving the available lending markets for all supported protocols API endpoint.
Note: The sample request below shows liquidity health score data for the aave
protocol.
For a comprehensive list of lending protocols whose data can be requested please refer to sample response for retrieving the available lending markets for all supported protocols API endpoint.
This endpoint returns the data of a given lending market across all chains, versions, and base assets we support. It includes total supply, borrow, number of wallets supplying or borrowing, etc for last 7 days.
/data/liquidity/lending/market-overview/{protocol}
the name of the protocol, e.g. aave
This endpoint returns the list of available lending markets supported in our product. You can use the information from this endpoint to make requests other data and score endpoints for lending markets.
/data/liquidity/lending/available-markets
This endpoint returns the data of a token given a lending market, e.g. WETH in AAVE V3. It includes total supply, borrow, number of wallets supplying or borrowing, etc.
/data/liquidity/lending/asset-analytics/{chain}//{protocol}//{version}//{baseAsset}//{tokenAddress}
the name of the chain that lending market is hosted, e.g. ethereum
the name of the protocol, e.g. compound
the version of the protocol, e.g. V3
the base asset of the protocol, e.g. USDC, ETH
the address of the token that is listed in a lending market, e.g. WETH, WBTC
This endpoint returns the data of a given lending market, e.g. AAVE V3. It includes total supply, borrow, number of wallets actively using, etc.
/data/liquidity/lending/protocol-analytics/{chain}//{protocol}//{version}//{baseAsset}
the name of the chain that lending market is hosted, e.g. ethereum
the name of the protocol, e.g. compound
the version of the protocol, e.g. V3
the base asset of the protocol, e.g. USDC, ETH
This endpoint returns key metrics and the Liquidity Health Score for the specified protocol
from the last 7 days (Note: Supports "ethereum" as chain and "aave" and "compound" as protocols so far. please use version as "v3" for both protocols Base asset for AAVE is USDC. Base asset options for Compound V3 are USDC and ETH.).
/scores/liquidity/lending/protocol-score/{chain}//{protocol}//{version}//{baseAsset}
the name of the chain, e.g. ethereum
the name of the protocol, e.g. aave
the version of the protocol, e.g. V3
the base asset of the protocol, e.g. USDC, ETH
This endpoint returns key metrics and the Liquidity Health Score for the specified protocol
from the last 7 days for all chains and versions we support. (Note: Supports "aave" and "compound".).
/scores/liquidity/lending/market-overview/{protocol}
the name of the protocol, e.g. aave
This endpoint returns key metrics and the Liquidity Health Score for all protocols
from the last 7 days (Note: Only supported protocols are AAVE and Compound).
/scores/liquidity/lending/all-markets