---
title: "Set Transferability"
method: PUT
path: "/v1-alpha1/minting/collections/{collectionId}/transferable"
tags: ["NFT Collections"]
---

# Set Transferability

`PUT /v1-alpha1/minting/collections/{collectionId}/transferable`

Update the transferable status of a collection. 

This API is supported on EVM and Aptos chains. 
You must contact sales to gain access to this API. 

**API scope required**: `collections.update`

## Path parameters

- `collectionId` string, required

## Request body

- object
  - `value` boolean, required — Toggles the transferability of NFTs within the collection. Set to `false` to disable transfers.

## Response `204`

Success

## Other responses

- `400` — Invalid arguments, please make sure you're following the api specification.
- `403` — Forbidden error, please ensure the credentials are correct.
- `404` — Not found error.
- `409` — Not found error.
- `503` — Service unavailable

---

[API](https://skmtc.net/crossmint/apis/onramp.md) · [All operations](https://skmtc.net/crossmint/apis/onramp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crossmint/onramp/versions/e2143d192130/schema)
