Skip to main content

Burns

  • Array [
  • idstring<uuid>required

    Identifier of the burn transaction

    Example: 123e4567-e89b-12d3-a456-426614174000
    fromstringrequired

    Account ID to which the tokens are minted

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

    Example: 0x2b563420722cbcfc84857129bef775e0dc5f1401
    amountstringrequired

    Amount of tokens burned

    Example: 1
    timestampnumberrequired

    Timestamp of the burn transaction

    Example: 1256953732
  • ]
  • Burns
    [
    {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "from": "0x2b563420722cbcfc84857129bef775e0dc5f1401",
    "amount": "1",
    "timestamp": 1256953732
    }
    ]