Skip to main content

PaginatedBurnResponse

items object[]
  • Array [
  • idstring

    Identifier of the burn transaction

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

    Account ID to which the tokens are burned

    Example: 0x2b563420722cbcfc84857129bef775e0dc5f1401
    amountstring

    Amount of tokens minted

    Example: 1
    timestampnumber

    Timestamp of the burn transaction

    Example: 1256953732
    txHashstring

    Hash of the burn transaction

    Example: 0x5c504edc5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5
  • ]
  • hasNextboolean

    Indicates if there are more items to fetch

    Example: true
    nextCursorstring

    Cursor to be used to fetch the next page of items

    Example: eyJpZCI6IjEyM2U0NTY3ZS1lODliLTEyZDMtYTQ1Ni00MjY2MTQxNzQwMDAifQ==
    PaginatedBurnResponse
    {
    "items": [
    {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "from": "0x2b563420722cbcfc84857129bef775e0dc5f1401",
    "amount": "1",
    "timestamp": 1256953732,
    "txHash": "0x5c504edc5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5"
    }
    ],
    "hasNext": true,
    "nextCursor": "eyJpZCI6IjEyM2U0NTY3ZS1lODliLTEyZDMtYTQ1Ni00MjY2MTQxNzQwMDAifQ=="
    }