💠Transfer ERC1155

Transfer ERC1155 token

Transfers a single ERC1155 token from your developer wallet to another user

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

Takes a collection address, tokenId, the recipient's address (to), amount, and your API key and transfers the specified ERC155 token to the recipient

Query Parameters

NameTypeDescription

apiKey*

String

Your API key

Request Body

NameTypeDescription

address*

String

The item's collection address

tokenId*

Integer

The item's tokenId

to*

String

The recipient's EVM-compatible address (0x...)

amount*

Integer

The quantity of this particular item you wish to transfer.

This operation will fail if you try to transfer more than your balance

{
    // Response
}

Last updated