NFT Collections
Set Royalties
Configure royalties for all NFTs in a collection.
This API is only supported for EVM chains and implements the EIP-2981 standard.
API scope required: collections.update
PUT
This is an alpha API and subject to change.
Authorizations
Path Parameters
Collection identifier. For pre-built collections use IDs 'default-solana' or 'default-polygon'. use the result of the create-collection
endpoint to get the identifier for custom collections.
Body
application/json
List of royalty recipients. Note: EVM collections support only a single recipient. Use a contract splitter as recipient in order to send payments to multiple addresses.
Response
204
_mintlify/placeholder
No-content success response indicating that the request is being processed.
Was this page helpful?