TransactionsListResponse
Cursor paginated transactions ordered from newest to oldest.
currentOffsetstring
Required
Cursor used to generate the current page. Empty when the first page is requested.
Example:
""nextOffsetstring
NullableRequired
Cursor to pass as `offset` when requesting the next page. Null when no more items exist.
Example:
"LDG7M4WW44G"perPageinteger
Required
The maximum number of entries returned in each page.
Example:
25hasMoreboolean
Required
Indicates whether another page can be requested.
Example:
falseThe transactions returned for the current cursor window.