Skip to content

Transfer ERC20 Tokens

POST
/asset/erc20/transfer

Transfer ERC20 tokens from one wallet to another.

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

Authorizations

Request Body required

object
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