Python (SDK)
Morpho
Get Markets
Query a list of markets you can borrow from.
Each market has one unique token that can be borrowed against one unique token that can be used as collateral.
GET
Python (SDK)
Query Parameters
Available options:
arbitrum, base, ethereum Symbol or address of the collateral token to filter markets by. Optional parameter. A token identifier - either a supported symbol (e.g., USDC, WETH) or a valid Ethereum address (0x...)
Example:
"USDC"
Symbol or address of the loan token to filter markets by. Optional parameter. A token identifier - either a supported symbol (e.g., USDC, WETH) or a valid Ethereum address (0x...)
Example:
"USDC"
Response
Successful Response
A list of markets matching the query.