NFT Collections
Create Collection (Idempotent)
Create a collection that you can mint NFTs/SFTs from. This API is idempotent, if you call it multiple times with the same ID, only one will be created.
API scope required: collections.create
PUT
Authorizations
Path Parameters
The ID of the named collection, which you will use to create new NFTs and get status
Body
application/json
Blockchain you would like to use for this collection
Available options:
polygon
, solana
, optimism
, arbitrum
, base
, zora
, bsc
See https://docs.crossmint.com/docs/metadata for more info.
Whether or not this collection is fungible. Only EVM collections may be set as semi-fungible
Available options:
non-fungible
, semi-fungible
The maximum number of NFTs that can be minted for this collection
Enable payments for this collection by setting price
and recipientAddress
.
(Optional) Any URLs in the metadata object will be resolved and reuploaded to IPFS [Default: true]
Was this page helpful?