Skip to main content

Burn an ERC20 token

POST 

/admin/tokens/burn

Burns an ERC20 token - Token must be owned by project's backend account

Request

Query Parameters

    apiKey string

    (Required) You Public API key

    Example: {{publicKey}}

Header Parameters

    API-SECRET string

    (Required) Your Secret API key

    Example: {{secretKey}}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

Body

    tokenAddress string
    amount string
    from string

Responses

Created

Schema

    object

Loading...

Was this page helpful?