Mint ERC20 tokens
POST /v2/asset/erc20/mint
POST
/v2/asset/erc20/mint
Mint a specified amount of ERC20 tokens 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
recipient
required
The recipient address of the ERC20 token
string
amount
required
The amount of the ERC20 token to mint (string because blockchain numbers are longer than JS)
string
contractDeploymentId
required
The FSCO contractDeploymentId
string
Responses
Section titled “ Responses ”Minting operation result
object
queryId
required
The queryId of the minted ERC20 token
string