createProfile
Creates a new Profile
🔑 Requires authentication
This operation requires
Bearer Token
issued from our Authentication flow appended to the request headers. Please refer to Authentication page.
Interface
GraphQL Schema
Inputs:
handle
: [Required] Unique handle to be created for the ProfileMinimum length of 4, maximum of 255
Supported characters: Alphanumeric, hyphens and underscores
address
: [Required] TON wallet address tied to the Nabi ProfileMust be a valid TON wallet address
This address will be the owner of the Nabi Profile NFT item minted by NabiHub
Operation
GraphQL Operation
Sample Response
JSON Response
Last updated