UpdateSpotMarket
Update an existing spot market on Vega
type UpdateSpotMarket {
marketId: ID!
updateSpotMarketConfiguration: UpdateSpotMarketConfiguration!
}
Fields
UpdateSpotMarket.marketId
● ID!
non-null scalar
Market ID the update is for
UpdateSpotMarket.updateSpotMarketConfiguration
● UpdateSpotMarketConfiguration!
non-null object
Updated configuration of the spot market
Implemented by
ProposalChange
union