Markets
Update Market Config
Set the on-chain risk parameters for a market
POST
Writes the market’s full
config struct. Every field is required on every call, so read the current values with Get Market Config first and send them back with your changes applied. Partial updates are not supported: an omitted field fails validation rather than retaining its current value.
Requires ISSUER_ROLE on the market contract.
Path Parameters
string
required
Market ID.
Body Parameters
object
required
maxPriceAge interacts directly with your NAV publication cadence. A fund that publishes NAV daily needs maxPriceAge above 86400 seconds, or every loan action will revert against a stale price between publications.string
Hash of the transaction you broadcast for this operation. Send it to confirm the transaction and record the result. Omit it to receive the calldata.
