mintBadge
Mint a Nabi Badge from a BadgeCollection
🔑 Requires authentication
This operation requires
Bearer Token
issued from our Authentication flow appended to the request headers. Please refer to Authentication page.
After a BadgeCollection
has been created. You can go ahead to mint a Nabi Badge, which we refer to as BadgeItem
for the rest of this documentation.
❗ A
BadgeItem
must have a name and image source. You also have the flexibility to customise its description.Similar to
BadgeCollection
, the name, description and image will be displayed on tonscan and other TON NFT marketplaces.
Interface
Fields
profileId
:profileId
of the owner of this Nabi Badge iteminitiatedBy
:profileId
of the initiator of thisBadgeItem
mint.BadgeItem
mint can be initiated by the recipient or theBadgeCollection
owner
nftContract
: The contract address of thisBadgeCollection
collectionId
: The identifier of theBadgeCollection
thisBadgeItem
belongs to
Related fields
recipient
: Profile of the owner of thisBadgeItem
collection
:BadgeCollection
that thisBadgeItem
is minted from
Request input
CreateBadgeItemRequest
object
initiatorProfileId
: [Required]profileId
of initiatorrecipientProfileId
: [Required]profileId
of recipientbadgeCollectionId
: [Required]collectionId
of theBadgeCollection
to be mintedname
: [Required]Unescaped string
Minimum of 4 characters, maximum of 50 characters
Supports alphanumeric characters, whitespaces
-
and underscores_
Linebreaks are not supported
description
: [Optional]Escaped string
itemImageS3Uri
: [Required]
Operation
Response
Last updated