For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transfer ERC20

Transfer ERC20 token

Transfers ERC20 tokens from your developer wallet to another user

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

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

Query Parameters

Name
Type
Description

apiKey*

String

Your API key

Request Body

Name
Type
Description

address*

String

Token contract address

chainId*

Integer

Network ID of the collection

to*

String

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

amount*

String

The quantity of this particular ERC20 you wish to transfer.

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

{
    // Response
}
{
    // Response
}

Last updated