Integrate
Configure Admin Functions
Manage token controls including admin burn and admin transfer
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:
- Your collection must be of a supported type (Solana cNFTs for transfers, Solana cNFTs or EVM for burns)
- Your API key must have the appropriate scopes (
nfts.transfer
for transfers,nfts.delete
for burns) - You must be the collection owner or have admin privileges