Customizable NFT minter

[apis/nftport/v0/Customizable NFT minter]


Mints a product (dynamic) NFT. https://docs.nftport.xyz/docs/nftport/?search=customizable-minting


Keywords: web3, blockchain, crypto, nft, product, dynamic, mint, customisable

Input ports

  • minting details:

    {
      "contract_address": string,
      "metadata_uri": string,
      "mint_to_address": string,
      optional "token_id": string
    }

    https://docs.nftport.xyz/docs/nftport/?search=customizable-minting#request-body

  • params:

    {"api_key": string, optional "chain": ("polygon" or "rinkeby")}

    https://docs.nftport.xyz/docs/nftport/?search=customizable-minting#request-body

Output ports

  • data:

    {
      "response": "OK",
      "chain": ("polygon" or "rinkeby"),
      "contract_address": string,
      "transaction_hash": string,
      "transaction_external_url": string,
      "metadata_url": string,
      "mint_to_address": string
    }

    https://docs.nftport.xyz/docs/nftport/?search=customizable-minting#response-body

  • response:

    {"status": number, "headers": {string: any}, "body": string}

    Sends the original response.

  • error: {"error": string, "details": any}

Last updated