Fetch a list of transactions, sorted by the date they were created from newest to oldest. Generally this endpoint is used to display a list of transactions in a UI. If you are looking to regularly fetch and check for new transactions for programmatic usage, you should use the ListPollingTransactions operation instead.

get/transactions

Query parameters

pageSizenumber

The maximum number of elements to return in a page. You can set this to a maximum of 500 elements. If not specified, the default is 100.

The maximum number of elements to return in a page. You can set this to a maximum of 500 elements. If not specified, the default is 100.

pageTokenstring

A token returned by a previous call to this operation in the nextPageToken. If not specified, Stedi returns the first page of results.

A token returned by a previous call to this operation in the nextPageToken. If not specified, Stedi returns the first page of results.

Response

ListTransactions 200 response

nextPageTokenstring

The token used for pagination

Changes