Skip to main content

PostGenerateBatchBurn

burns object[]
  • Array [
  • fromstring

    user's ID

    amountstring

    Amount of tokens to be removed from the user

  • ]
  • signerstring

    Blockchain address of the account used to sign requests

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