The List Transactions API endpoint allows you to retrieve a paginated list of transactions within a specified ledger.
The Basic Authentication header. Format: "Basic {base64(orgID:apiKey)}"
The key of the ledger. Examples:
The cursor for the next set of results. This is an opaque string representing the starting point for the next page. For the first request, this should be omitted or set to null.
The number of items to be returned per page. Determines the page size for the paginated results. Default value: 25 Maximum value: 100 (to prevent excessive load on the server)
The id of the source account for the transaction - lists all transactions where the account was the source
The reference of the source account for the transaction - lists all transactions where the account was the source
The id of the destination account for the transaction - lists all transactions where the account was the destination
The reference of the destination account for the transaction - lists all transactions where the account was the destination
The request has succeeded.
The response is of type object[]
.