Skip to main content

Mint an ERC20 token

POST 

/admin/tokens/mint

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

Request

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

Body

    tokenAddress string
    amount string
    toAddress string

Responses

Created

Schema
  • object
Loading...