Update a Project

Partial Update an Project

Partial Update a Project

patch

This endpoint allows you to perform a partial update on a Project.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
transferablestringRequired

Value must be either 't' for transferable or 'n' for non-transferable

projectIdintegerRequired
nftIdintegerRequired

NFT ID

Body
descriptionstringOptional

Description stored in the metadata

Example: This is my first NFT
imagestringOptional

Image URL for your NFT

Example: https://example.com/image.png
animationUrlstringOptional

Animation URL for your NFT

Example: https://example.com/animation.mp4
Responses
200

Returns an Updated Project

application/json
patch
/v2/projects/:transferable/:projectId

Example

Update a Project

Update a Project

put

This endpoint allows you to perform an update on a Project.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
transferablestringRequired

Value must be either 't' for transferable or 'n' for non-transferable

projectIdintegerRequired
Body
descriptionstringOptional

Description stored in the metadata

Example: This is my first NFT
imagestringRequired

Image URL for your NFT

Example: https://example.com/image.png
animationUrlstringOptional

Animation URL for your NFT

Example: https://example.com/animation.mp4
Responses
200

Returns an Updated Project

application/json
put
/v2/projects/:transferable/:projectId

Example

Update Name & Symbol

Update Project Name

Update Project Name

put

This endpoint allows you to update the on-chain name for a Project.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
transferablestringRequired

Value must be either 't' for transferable or 'n' for non-transferable

projectIdintegerRequired
Body
namestringRequired

Name stored as on-chain metadata

Example: NFT #1
Responses
put
/v2/projects/:transferable/:projectId/name

Example

Update Project Symbol

Update Project Symbol

put

This endpoint allows you to update the on-chain symbol for a Project.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
transferablestringRequired

Value must be either 't' for transferable or 'n' for non-transferable

projectIdintegerRequired
Body
symbolstringOptional

Symbol stored as on-chain metadata

Example: NFT
Responses
put
/v2/projects/:transferable/:projectId/symbol

Example

Last updated