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:
Reference: https://docs.nftport.xyz/docs/nftport/?search=retrieve-batch-minted-nf-ts#Query-Parameters Default chain value: "polygon"
Output ports
data:
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:
Sends the original response.
error:
{"error": string, "details": any}
Last updated