Batch minted NFTs retriever

[apis/nftport/v0/Batch minted NFTs retriever]


Returns the details of a batch minted NFTs for ERC1155 contracts. You need to provide transaction hash. Retrieve batch minted NFTs: https://docs.nftport.xyz/docs/nftport/?search=retrieve-batch-minted-nf-ts


Keywords: web3, blockchain, crypto, nft, smart contract, batch, mint, polygon, rinkeby

Input ports

  • transaction_hash: string

    Receives the hash for the transaction that minted the NFTs. Reference: https://docs.nftport.xyz/docs/nftport/?search=retrieve-batch-minted-nf-ts#Path-Parameters

  • params:

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

    Reference: https://docs.nftport.xyz/docs/nftport/?search=retrieve-batch-minted-nf-ts#Query-Parameters Default chain value: "polygon"

Output ports

  • data:

    {
      "response": "OK",
      "chain": ("polygon" or "rinkeby"),
      "contract_address": string,
      "token_ids": string[]
    }

    Sends the data of the NFTs which were minted in the specified transaction. Reference: https://docs.nftport.xyz/docs/nftport/?search=retrieve-batch-minted-nf-ts#response-body

  • response:

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

    Sends the original response.

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

Last updated