A collection is a container of NFTs, used by applications like marketplaces and wallets to group NFTs together. Crossmint allows you to create managed collections via API or directly from the console. Crossmint has a library of pre-audited smart contracts which work for most major use cases. However, you can also bring your own contract if you already have one. Crossmint supports non-fungible and semi-fungible tokens (editions), free and paid mints, and builds on open ERC and Metaplex standards. On EVM chains, ERC-721 and ERC-1155 contracts are supported, while on Solana, Metaplex standard programs and compressed NFT programs are supported.Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
See the list of supported blockchains here
1. Create and Deploy an NFT collection
The first time you mint an NFT on a specific blockchain, Crossmint will assign it, and any subsequent mints, to a default collection for that chain. You can create additional collections from the console or in a single API call (requires the API key scopecollections.create):
cURL
The collection details you provide will be displayed to your customers on marketplaces and other interfaces.
Sell your collection items
Sell your collection items
If you intend to sell the NFTs in your collection, read the guide on how to enable
payments first.
2. Check the status of your collection
It takes a few seconds (up to a minute, depending on the blockchain and how congested it is) to deploy a collection. You can use the following API to check what the status of a collection is. For example:3. List all collections under your project
cURL
API Reference
Test any API in seconds directly from the docs.
Talk to an expert
Contact our sales team for support.

