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
depositsEnabledbooleannullable
Whether deposits are enabled
collateralActivebooleannullable
Whether the asset can be used as collateral
variableBorrowDisabledbooleannullable
Whether variable-rate borrowing is unavailable through 1delta for this market. true for Lista DAO fixed-term (brokered) markets, where borrows must go through the broker and pick a fixed term from terms[]. Together with a non-empty terms[] this is the canonical "brokered market" signal — such markets report variableBorrowRate = 0 but cannot be borrowed variably.
MarketFlags
{
"isActive": true,
"isFrozen": true,
"hasStable": true,
"borrowingEnabled": true,
"depositsEnabled": true,
"collateralActive": true,
"variableBorrowDisabled": true
}