Create a Collection
Mintable collections are ERC-721 token contracts that can be used to mint tokens programmatically via REST API calls.
When creating Collections and Mintables you can make use of Community Files to upload images and and use the Other Page image cdn as the source URL. For IPFS images an easy and cost effective solution is to use a service like Pinata to upload and pin the IPFS image.
Authorizations
Path Parameters
Community ID
Body
The blockchain chain ID for the community collection
11155111
, 33111
, 33139
"33111"
The symbol for the community collection
"OPC"
The name of the community collection
"My Community Collection"
A description of the community collection
"A collection of community items"
The image URL for the community collection
"https://img.other.page/d4996a15-61f2-49db-907f-8a4969b4d224/my-collection-image.jpg"
The featured image URL for the community collection
"https://img.other.page/d4996a15-61f2-49db-907f-8a4969b4d224/my-collection-feat-image.jpg"
The banner image URL for the community collection
"https://img.other.page/d4996a15-61f2-49db-907f-8a4969b4d224/my-collection-banner.jpg"
An external link related to the community collection
"https://example.com"
Response
The mintable collection has been successfully created.