Mint ERC20 Tokens
POST /asset/erc20/mint
POST
/asset/erc20/mint
Mint a new ERC20 token for a given recipient.
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 mint.
string
contractDeploymentId
The deployment ID of the ERC20 contract.
string
Responses
200
ERC20 tokens minted 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