v1
latestOpenAPI 3.0.12026-07-2699111970.1 KBNFT Collections
Create Collection
Create a collection that you can mint NFTs/SFTs from
API scope required: collections.create
post/2022-06-09/collections/
Request body
Example request
{
"chain": "polygon",
"metadata": {
"name": "Sample NFT Collection",
"imageUrl": "https://www.crossmint.com/assets/crossmint/logo.png",
"description": "This is a sample NFT collection",
"symbol": "TOKEN"
}
}Response
Success.
Example response
{
"id": "5263650e-6d43-4ed3-9e31-0cf593d076a4",
"metadata": {
"name": "Sample NFT Collection",
"description": "This is a sample NFT collection",
"imageUrl": "https://www.crossmint.com/assets/crossmint/logo.png",
"symbol": "TOKEN"
},
"fungibility": "non-fungible",
"onChain": {
"chain": "polygon",
"type": "erc-721"
},
"actionId": "5263650e-6d43-4ed3-9e31-0cf593d076a4"
}