(Un) Delisting NFTs
How to programmatically delist NFTs from our marketplace
You can also do this using the mintbase.xyz Launchpad UI by following these instructions
Using the CLI, you can call the Mintbase simple market contract to remove listings programmatically:
Export variables for near env (mainnet or testnet), your *.mintbase1.near contract address and account. Note the list of tokens must be a comma delimited list of strings wrapped in double quotes "".
2. Run the following command (You will have to be authenticated as the OWNER_ACCOUNT for this to work)
Last updated