Skip to main content

Transfer an ERC20 token

Transfers an ERC20 token - The "from" address must be owned 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}}
    Accept string
    Example: application/json
Request Body
    tokenAddress string
    amount string
    from string
    to string

Responses

Created

Schema
  • object
Loading...