Crossmint provides admin functions that allow you to control your NFTs throughout their lifecycle.

Admin Transfer

The NFT Admin Transfer API allows collection owners to transfer NFTs between user wallets.

Admin transfers only work for Solana cNFTs. Contact us if you want to access to this API.

Admin Burn

The Burn NFT API allows collection owners to permanently remove NFTs from circulation.

Once an NFT is burned, this action cannot be reversed.

Requirements

To use admin functions:

  1. Your collection must be of a supported type (Solana cNFTs for transfers, Solana cNFTs or EVM for burns)
  2. Your API key must have the appropriate scopes (nfts.transfer for transfers, nfts.delete for burns)
  3. You must be the collection owner or have admin privileges