PaginatedMintResponse
items object[]
Array [
idstring
Identifier of the mint transaction
Example:
123e4567-e89b-12d3-a456-426614174000tostring
Account ID to which the tokens are minted
Example:
0x2b563420722cbcfc84857129bef775e0dc5f1401amountstring
Amount of tokens minted
Example:
1timestampnumber
Timestamp of the mint transaction
Example:
1256953732txHashstring
Hash of the mint transaction
Example:
0x5c504edc5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5]
hasNextboolean
Indicates if there are more items to fetch
Example:
truenextCursorstring
Cursor to be used to fetch the next page of items
Example:
eyJpZCI6IjEyM2U0NTY3ZS1lODliLTEyZDMtYTQ1Ni00MjY2MTQxNzQwMDAifQ==PaginatedMintResponse
{
"items": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"to": "0x2b563420722cbcfc84857129bef775e0dc5f1401",
"amount": "1",
"timestamp": 1256953732,
"txHash": "0x5c504edc5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5"
}
],
"hasNext": true,
"nextCursor": "eyJpZCI6IjEyM2U0NTY3ZS1lODliLTEyZDMtYTQ1Ni00MjY2MTQxNzQwMDAifQ=="
}