Create Game Collection

Collection define the toke structure, like a receipt of the NFT that will be minted from it.
Game owner can decide to mint or airdrop from this collection.

Body Params
string
required

game collection name

int32
required

max number of tokens in the collection

string
required

token type (NFT Only)

string
required

token symbol for example: "XYZ"

string
required

link to image file, for example: IPFS, Arweave, S3, use as a default collection image

string
required

polygon/ethereum/bsc/immutable

attributes
object
required

map of name and collection attributes for example: "attributes": { "Class": { "type": "text", "values": [ "A", "B", "C", "D" ] }, "Speed": { "type": "range", "values": [ "100" ] } }

string
required

amount of creator fees for example: "5.5" must be greater than zero

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json