Updates a collection contract which has been previously deployed with Deploy an NFT collection contract. You can change the reveal dates, metadata location, presale time and whitelist, or royalty details. You can also freeze the metadata of the NFTs minted in the specified contract so metadata cannot be updated any more (token URIs are frozen on the contract level).

Ethereum contract updates are available only on the Growth or Scale tier and you will be charged immediately on request and if the transaction fails for any reason the amount will be refunded. For higher limits, see pricing.

Useful for:

  • Revealing NFTs at a specified time and freezing them afterwards.
  • Allowing a limited group of people to mint NFTs during a presale period.
  • Changing royalty amount and recipient.

Related:

Log in to see full request history
Body Params
string
required

Blockchain where the contract was deployed to.

string
required

Address of the NFT contract.

string

Metadata base URI for tokens. If you specify this, then the metadata location of NFTs minted in this contract will be of the format base_uri + token_id. This is useful for creating dynamic NFTs or revealing the NFTs after the drop.

string

Public minting start time (ISO). Eg: 2022-02-08T11:30:48+00:00.

boolean

If true, freezes all token URIs inside the specified contract.

string

Pre-reveal token URI for placeholder metadata. This will be returned for all token IDs until a baseURI has been set.

string

Whitelisted/presale minting start time (ISO). Eg: 2022-02-08T11:30:48+00:00.

presale_whitelisted_addresses
array of strings

List of addresses whitelisted for the presale. Maximum amount of addresses supported is 4000.

Presale Whitelisted Addresses
integer
0 to 10000

Secondary market royalty rate in basis points (100 bps = 1%). This value cannot exceed 10,000 bps.

string

Address that will have access to the balance of royalties paid.

number
≥ 0

Minting price per NFT, in units of the chain's native token.

boolean

If true, then mint_price cannot be updated anymore. Once frozen (true), cannot be changed any more.

number

Minting price per NFT in the presale phase, in units of the chain's native token.

boolean

If true, then presale_mint_price cannot be updated anymore. Once frozen (true), cannot be changed any more.

number

Optional maximum transaction fee, in USD. Setting this parameter means you may be billed for up to max_transaction_fee for this request, while making the transaction more likely to succeed when there is a lot of activity (high gas prices) on the chain. If specified, must be higher than the list price for this transaction. Only available to Enterprise clients on the Ethereum chain.

Response

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