NFT Collections
Get Royalties Configuration
Fetch the royalty configuration for a collection, from its current state in the blockchain.
This API is only supported on EVM chains.
If you call GET too soon after PUT/DELETE, you may not yet see your latest changes, as they can take a few seconds to record on the blockchain.
API scope required: collections.read
GET
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.
Response
200
application/json
Success.
Was this page helpful?