MarketFlags
Boolean flags describing the operational status of a lending market. Values may be null if unavailable from the protocol.
isActivebooleannullable
Whether the market is active
isFrozenbooleannullable
Whether the market is frozen (no new deposits/borrows)
hasStablebooleannullable
Whether stable-rate borrowing is available
borrowingEnabledbooleannullable
Whether borrowing is enabled
collateralActivebooleannullable
Whether the asset can be used as collateral
MarketFlags
{
"isActive": true,
"isFrozen": true,
"hasStable": true,
"borrowingEnabled": true,
"collateralActive": true
}