Skip to main content

Mint an ERC20 token

Mints an ERC20 token

  • Token must be owned by project's backend account
  • toAddress is optional and when provided, then newly minted tokens will be transferred to that address
Query Parameters
    apiKey string

    (Required) You Public API key

    Example: {{publicKey}}
Header Parameters
    API-SECRET string

    (Required) You Secret API key

    Example: {{secretKey}}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json
Request Body
    tokenAddress string
    amount string
    toAddress string

Responses

Created

Schema
  • object
Loading...