NFT Collections
Set Base URI
Update the Base URI of a collection. Setting the baseURI enables excluding the metadata param when minting. Tokens minted without the metadata param will have a tokenURI of:
{BASE_URI}/{TOKEN_ID}
This API is currently only supported on EVM Chains.
API scope required: collections.update
PUT
This is an alpha API and subject to change.
Authorizations
Path Parameters
The ID of the collection to update
Body
application/json
The new Base URI
Was this page helpful?