Skip to main content

Create an NFT.

POST 

/wallet/create-nft

Create an NFT.

Request

Header Parameters

    x-wallet-id stringrequired

    Defines the key of the wallet on which the request will be executed.

Body

required

Data to create the token.

    name stringrequired

    Name of the token.

    symbol stringrequired

    Symbol of the token.

    amount integerrequired

    The amount of tokens to mint. It must be an integer.

    data stringrequired

    NFT data for the first output of the transaction.

    address string

    Destination address of the minted tokens.

    change_address string

    Optional address to send the change amount.

    create_mint boolean

    If should create mint authority for the created NFT. Default is false.

    mint_authority_address string

    Optional address to send the mint authority output created.

    allow_external_mint_authority_address boolean

    If the mint authority address is allowed to be from another wallet. Default is false.

    create_melt boolean

    If should create melt authority for the created NFT. Default is false.

    melt_authority_address string

    Optional address to send the melt authority output created.

    allow_external_melt_authority_address boolean

    If the melt authority address is allowed to be from another wallet. Default is false.

Responses

Create the token

Schema

    any

Loading...