Retrieve a deployed contract

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:

Path Params
string
required

Transaction hash that was returned from deploying an NFT contract.

Query Params
string
enum
required
Defaults to polygon

Blockchain where the contract has been deployed to.

Allowed:
Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json