Skip to main content

Update Collection Addons

Updating add ons in your contract enables unlocking custom functionality for your collection. Tiered tokens, subscriptions, allowlists, and many more add ons are coming to the Juice add on library.

Endpoint

PUT https://api.juicelabs.io/v1/collections/:collectionAddress/addons

Authorization Header

X-API-KEY: [YOUR_API_KEY]

Request Body

{
"addons": [
"tiered-token"
],
"network": "sepolia"
}

Response Shape

{
"success": true,
"data": {
"...": "..."
}
}