v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBGet Pools
Fetch a comprehensive overview of supply and borrow APYs across multiple assets in lending pools. The endpoint aggregates data such as interest rates, liquidity, reserve sizes, and token-specific details (like symbols and addresses) to help you compare opportunities across different markets.
💡 Compute Unit Value: 135 (Fixed)
Query parameters
The unique ID to specify the lending and borrowing protocol for routing relevant queries or transactions.
The unique ID to specify the lending and borrowing protocol for routing relevant queries or transactions.
Comma-separated list of asset address of Morpho vaults.
Comma-separated list of asset address of Morpho vaults.
Public address of the user.
Public address of the user.
Comma-separated list of currencies to include in the response.
Comma-separated list of currencies to include in the response.
A boolean flag to scope the API request. If true, the request will be processed using the partner's dedicated vaults. If false or omitted, it uses the standard public pools.
A boolean flag to scope the API request. If true, the request will be processed using the partner's dedicated vaults. If false or omitted, it uses the standard public pools.
Comma-separated list of market Ids of Morpho markets.
Comma-separated list of market Ids of Morpho markets.
Comma-separated list of vaults addresses of Morpho vaults.
Comma-separated list of vaults addresses of Morpho vaults.
Response
Successful response
Example response
{
"status": 200,
"msg": "success",
"data": {
"markets": [
{
"marketId": "0xff527fe9c6516f9d82a3d51422ccb031d123266e6e26d4c22c942a948c180a75",
"collateralToken": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
"collateralTokenLogo": "https://images.ctfassets.net/hwqnbx905qdp/2ILv9flOf27yZeSfyF8K9F/8f77a74b6c7cd5ab69760bfc1f4bd2a4/eip155_1-0x2260fac5e5542a773aa44fbcfedf7c193bc2c599.webp",
"collateralTokenTags": null,
"irm": "0x870aC11D48B15DB9a138Cf899d20F13F79Ba00BC",
"lltv": "86.00",
"loanToken": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",
"loanTokenLogo": null,
"loanTokenTags": null,
"oracle": "0x9CB3f4276bcD149b3668e1a645a964bC12877b89",
"totalSupplyAssets": "4750584638555",
"totalSupplyShares": "4585802376984915673",
"totalBorrowAssets": "3638389458234",
"totalBorrowShares": "3493954191050895767",
"stableBorrowRate": "0",
"variableSupplyRate": "3.51",
"variableBorrowRate": "4.58",
"estimatedSupplyAPY": "3.57",
"estimatedVariableBorrowAPY": "4.69",
"estimatedStableBorrowAPY": "0",
"prices": {
"usd": [
{
"0x1abaea1f7c830bd89acc67ec4af516284b1bc33c": "1.1679815414623602"
},
{
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599": "90184.2492076203"
}
]
}
}
],
"vaults": [
{
"tokenSymbol": "BOLD",
"vaultName": "BOLD Reactor",
"vaultSymbol": "BOLDCS",
"vaultAddress": "0xfBC84DBfAA2196853FdB6cAE52ef8F56DD76770a",
"logoUrl": null,
"tags": null,
"tokenAddress": "0x6440f144b7e50D6a8439336510312d2F54beB01D",
"variableSupplyRate": "0.85",
"estimatedSupplyAPY": "0.85",
"availableLiquidity": "1160267009238291908512",
"reserveSize": "1120211242720310938833",
"prices": {
"usd": [
{
"0x6440f144b7e50d6a8439336510312d2f54beb01d": "1.0004857098551891"
}
]
}
}
]
}
}