Skip to main content

PostBatchBurn

burns object[]required
  • Array [
  • fromstringrequired

    user's ID

    amountstringrequired

    Amount of tokens to be removed from the user

  • ]
  • signaturestringrequired

    EIP712 signature of the burn request

    noncenumberrequired

    Unique number per request to prevent replay attacks

    signerstringrequired

    Blockchain address of the account used to sign requests

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

    PostBatchBurn
    {
    "burns": [
    {
    "from": "string",
    "amount": "string"
    }
    ],
    "signature": "string",
    "nonce": 0,
    "signer": "string"
    }