🔮Update an Item's Properties

This method allows you to change the value of an item's property given the name of the property (key). This can be used to update an item's state (i.e., health, wear, strength, consumed state, etc.)

Update an item's property

Updates the value of an item's property

POST https://api.alturanft.com/api/v2/item/update_property

Takes an item's collection address, tokenId, a property name, the new value for the property and your API key and updates the item's property

Query Parameters

Request Body

{
    // Response
}

You cannot change the value of static properties.

Last updated