Python (SDK)
Credit
List curated Euler markets
List curated Euler V2 credit markets for a chain.
Euler is permissionless, so credit borrow/repay identify a market by EVK vault address. This returns the borrow markets from Euler’s Governed Perspective (the DAO-vetted vault set) — each with the collateral vaults it accepts and their LTVs — so callers know which borrow_vault / collateral_vault to use.
GET
Python (SDK)
Query Parameters
Available options:
arbitrum, base, ethereum, tempo Response
Successful Response
Curated Euler V2 borrow markets, read from Euler's Governed Perspective.
Euler Governed Perspective contract the curated vault set was read from.
Curated borrow markets, each with its accepted collateral vaults and LTVs.
Example:
[
{
"asset": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"asset_decimals": 6,
"asset_symbol": "USDT",
"collaterals": [
{
"asset": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"asset_symbol": "USDC",
"borrow_ltv": "94.0000000000",
"liquidation_ltv": "96.0000000000",
"vault": "0x797DD80692c3b2dAdabCe8e30C07fDE5307D48a9"
}
],
"vault": "0x313603FA690301b0CaeEf8069c065862f9162162",
"vault_symbol": "eUSDT-2"
}
]