Get a fixed market
query
morphoFixedMarketById → MorphoFixedMarket!Returns a single fixed market by its identifier.
Arguments
idString!requiredResponse
idID!maturityBigInt!fixedMarketIdentifierString!continuousFeeBigInttenorMarketTenorMarket!idID!loanTokenToken!symbolString!Try it
Query
Variables
Example response
{
"data": {
"morphoFixedMarketById": {
"id": "0761ad8f-878c-4f25-bb20-456cba5e4ef0",
"maturity": 1785369600,
"fixedMarketIdentifier": "0x569a65680fb2943b9ac3263041e4d16c013b9fa7594415aeea7e0cb6acd6c523",
"continuousFee": 0,
"tenorMarket": {
"id": "e7041445-c77d-4406-922a-1f7f33dd6ac0",
"loanToken": {
"symbol": "USDC"
}
}
}
}
}