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 collection status API to check what the status of a collection is. For example:cURL
3. List all collections under your project
cURL