get https://api.nftport.xyz/v0/contracts/
Returns the details of a contract that has previously been deployed with Deploy a contract for NFT products or Deploy an NFT collection contract. Supply the transaction_hash
to check if the contract is on chain and to get the contract_address
. For NFT product contracts, you can use the returned contract_address
in Customizable Minting.
As blockchains can take a few seconds up to a few minutes to sync, this endpoint can be polled until the contract_address
is returned.
Useful for:
- Deploying your own contracts so you can build custom products or collections easily.
Related:
- If you want to get data about NFT contracts which you haven't deployed using NFTPort, see Retrieve contract NFTs.
- If you want to learn how to use the customizable minting, see Customizable Minting Quickstart.