Add New Properties

This method allows you to add a new property to an item

Add new Property

POST https://api.alturanft.com/api/v2/item/add/property

Takes an item's collection address, tokenId, chaind Id, new property name, the property value and your API key

Query Parameters

NameTypeDescription

apiKey*

String

Your API key

Request Body

NameTypeDescription

address*

String

The item's collection address

tokenId*

Integer

The item's tokenId

propertyName*

String

The name (key) of the property you want to change

propertyValue*

String

The new value you want to set the property to

chainId*

Integer

Network ID

{
    // Response
}

Last updated