Create Collection
to create a new collection
Headers
Name
Type
Description
Request Body
Name
Type
Description
Body Attribute
Description
Format
{
"result": {
"name": "some nft collection name",
"symbol": "T22",
"collectionAddress": "0x4412Ba95BEC0CDB4562D97CB9149575Ea5B514A5",
"status": "waiting_for_mining"
}
}// If payload is incorrect
{
"statusCode": 400,
"message": [
"payload.name should not be null or undefined"
]
}// If the network is error or unknown error. Startbahn side need to check.
{
"statusCode": 502,
"message": "Bad Gateway"
}Request Body Example
Last updated
Was this helpful?