PaginatedTransferResponse
items object[]
Array [
idstring
Identifier of the transfer transaction
Example:
123e4567-e89b-12d3-a456-426614174000
fromstring
Account ID that sends the tokens
Example:
0x2b563420722cbcfc84857129bef775e0dc5f1401
tostring
Account ID that receives the tokens
Example:
0x2b563420722cbcfc84857129bef775e0dc5f1401
amountstring
Amount of tokens transferred
Example:
1
timestampnumber
Timestamp of the transfer transaction
Example:
1256953732
txHashstring
Hash of the transfer 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==
PaginatedTransferResponse
{
"items": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"from": "0x2b563420722cbcfc84857129bef775e0dc5f1401",
"to": "0x2b563420722cbcfc84857129bef775e0dc5f1401",
"amount": "1",
"timestamp": 1256953732,
"txHash": "0x5c504edc5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5"
}
],
"hasNext": true,
"nextCursor": "eyJpZCI6IjEyM2U0NTY3ZS1lODliLTEyZDMtYTQ1Ni00MjY2MTQxNzQwMDAifQ=="
}