Skip to content

Transfer ERC20 Tokens from Another Address

POST
/asset/erc20/transferFrom

Transfer ERC20 tokens from one wallet on behalf of another wallet.

Note: This endpoint is in beta and may be subject to changes.

Authorizations

Request Body required

object
from

The address sending the ERC20 tokens.

string
recipient

The address receiving the ERC20 tokens.

string
amount

The amount of tokens to transfer.

string
contractDeploymentId

The deployment ID of the ERC20 contract.

string
signingWalletId

The wallet ID used to sign the transaction.

string

Responses

200

ERC20 tokens transferred successfully.

object
queryId
string
uuid

400

Bad request, missing or invalid parameters.

object
code

HTTP status code.

integer
status

Status message, e.g., “INTERNAL_SERVER_ERROR”.

string