Skip to main content

PostGenerateBatchBurn

burns object[]required
  • Array [
  • fromstringrequired

    user's ID

    amountstringrequired

    Amount of tokens to be removed from the user

  • ]
  • signerstringrequired

    Blockchain address of the account used to sign requests

    Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

    PostGenerateBatchBurn
    {
    "burns": [
    {
    "from": "string",
    "amount": "string"
    }
    ],
    "signer": "string"
    }