Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuides
View Mirror World on Github
Join the Discord server

Language:

updateMarketplace

Updates An Existing NFT Marketplace On Solana


import { type IUpdateMarketplacePayloadV2 } from "@usemirrorworld/web3.js"
const payload: IUpdateMarketplacePayloadV2 = {
// Seller fee basis points
seller_fee_basis_points: 100,
// Storefront configuration
storefront: {
name: "My Storefront",
subdomain: "marketplace.project.xyz",
description: "My Storefront Description",
},
}
await mirrorworld.Solana.Asset.updateMarketplace(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference