Skip to main content
GET
Python (SDK)

Authorizations

x-api-key
string
header
required

Your Compass API Key. Get your key here.

Query Parameters

chain
enum<string>
default:base
required
Available options:
arbitrum,
base,
ethereum
collateral_token
string | null
default:USDC

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"

loan_token
string | null
default:WETH

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

markets
MorphoMarket · object[]
required

A list of markets matching the query.