Consume an Item (ERC1155)

Consume (burn) an item

Consume an item directly from its owner wallet

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

Takes an item's collection address, tokenId, amount to consume, address to consume from (from) and your API key and consume a given amount of the specified NFT from the specified address.

Query Parameters

Request Body

{
    // Response
}

Only works if the item was created as consumable

Last updated