Skip to main content
Version: testnet (v0.73)

UpdateSpotMarketConfiguration

No description

type UpdateSpotMarketConfiguration {
metadata: [String!]!
priceMonitoringParameters: PriceMonitoringParameters!
targetStakeParameters: TargetStakeParameters!
riskParameters: RiskModel!
liquiditySLAParams: LiquiditySLAParameters!
}

Fields

UpdateSpotMarketConfiguration.metadata ● [String!]! non-null scalar

Optional spot market metadata tags

UpdateSpotMarketConfiguration.priceMonitoringParameters ● PriceMonitoringParameters! non-null object

Price monitoring parameters

UpdateSpotMarketConfiguration.targetStakeParameters ● TargetStakeParameters! non-null object

Specifies parameters related to target stake calculation

UpdateSpotMarketConfiguration.riskParameters ● RiskModel! non-null union

Update spot market risk model parameters

UpdateSpotMarketConfiguration.liquiditySLAParams ● LiquiditySLAParameters! non-null object

Specifies the liquidity provision SLA parameters

Member of

UpdateSpotMarket object