Skip to main content

Transfer an ERC20 token

POST 

/admin/tokens/transfer

Transfers an ERC20 token - The "from" address 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) You Secret API key

    Example: {{secretKey}}
    Accept string
    Example: application/json

Body

    tokenAddress string
    amount string
    from string
    to string

Responses

Created

Schema
  • object
Loading...