Transfer ERC20 tokens from a specific address
POST /v2/asset/erc20/transferFrom
POST
/v2/asset/erc20/transferFrom
Transfer ERC20 tokens from a specific address to a recipient address using the provided contract deployment ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
from
required
The from address of the ERC20 token
string
recipient
required
The recipient address of the ERC20 token
string
amount
required
The amount of the ERC20 token to transfer
string
contractDeploymentId
required
The FSCO contractDeploymentId
string
signingWalletId
required
The signingWalletId of the minter
string
Responses
Section titled “ Responses ”Transfer operation result
object
queryId
required
The queryId of the transferred ERC20 token
string