createBadge
create a new series of Nabi Badge
🔑 Requires authentication
This operation requires
Bearer Token
issued from our Authentication flow appended to the request headers. Please refer to Authentication page.
Before you can mint Nabi Badges, you must first create a series of Nabi Badges, which we refer to as BadgeCollection
for the rest of this documentation.
❗ Each
BadgeCollection
must to have a name and image source. You are also able to customise the description of this series of badges.These information will be used as the Nabi Badge's NFT collection name, description and image when viewed on tonscan and other TON NFT marketplaces.
Interface
Fields:
contractAddress
: Contract address of this Nabi Badge's NFT collectionmetadataUri
andmetadataS3Uri
: Location of Nabi Badge NFT collection's metadata
Related fields:
owner
: Profile of the original creator of this series of Nabi Badgebadges
: BadgeItems minted within this series of Nabi Badge
Request Input
createBadgeCollectionRequest
object
profileId
: [Required]name
: [Required]Minimum length 4 characters, maximum 50 characters
Supports alphanumeric characters, hyphens
-
and underscores_
description
: [Optional]Accepts escaped string
collectionImageS3Uri
: [Required] Image to be displayed as picture for NFT Collection
Operation
Response
Last updated