v1
latestOpenAPI 3.0.12026-07-243407211.3 MBTransactions
Gets Transaction Pagination
Retrieves a paginated list of transactions for the specified account, allowing clients to page through large sets of transaction data.
get/programs/{programCode}/accounts/{accountIdentifier}/transactions/pagination
Path parameters
programCodestring required
This value identifies the program type of the account to be created.
accountIdentifierstring required
Unique Identifier (UID) or GUID for the account involved in this transaction.
Query parameters
offsetinteger
The zero-based index of the first transaction to return. Used for pagination. Optional.
limitinteger
The maximum number of transactions to return in the response. Optional.
purseIdentifierstring
The unique identifier filter to retrieve transactions associated with a specific purse.
Headers
X-GD-RequestIdstring required
A unique identifier for tracking the request, provided in the X-GD-RequestId header.
Response
OK