Skip to main content

Create an ERC20 Token

Creates an ERC20 token owned and managed by project's backend account

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
    name string
    symbol string
    initialSupply string

Responses

Created

Schema
  • object
Loading...