Delegate mint NFTs
GET /v1/smart-contract/mint/nfts/{smartcontractId}
Header:
API_KEY
Path params:
smartContractId
(required): Unique collection id.
Response:
nftsSigned: Array list with every nfts transactions and data about transaction
nftMintStatus: NFT status in Blockchain. If something is not working, you receive STATUS_IN_BC.FAILED (4).
hash: Hash Transaction
id: Id in Minteandome DB
idNFT: id NFT in blockchain. (This id, could change if more than 1 nft is launched in parallel)
nftsChecked: Array list with nfts pending check in blockchain.
nftMintStatus: NFT status in Blockchain. If NFT is minted, you receive STATUS_IN_BC.MINTED (4).
hash: Hash Transaction
id: Id in Minteandome DB
idNFT: id NFT in blockchain update if its necessary. (This id, could change if more than 1 nft is launched in parallel)
STATUS_IN_BLOCKCHAIN
Last updated