Skip to main content

Create an ERC20 Token

POST 

/admin/tokens/create

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

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

    name string
    symbol string
    initialSupply string

Responses

Created

Schema
  • object
Loading...