List transaction bundles
Transaction bundles
List transaction bundles
Return a paginated list of transaction bundles for the authenticated group, ordered by creation date (newest first). Maximum limit is 1000. A bundle updated via PATCH does not move to the top of the list.
GET
List transaction bundles
Results are ordered by creation date, newest first. To find a stop point when fetching a date range, stop paginating as soon as you encounter a bundle older than your target date.
Authorizations
OAuth2 access token. Pass the token in the Authorization header as Bearer <token>. The token is looked up in Redis to resolve the caller identity.
Query Parameters
Maximum number of items to return.
Required range:
1 <= x <= 1000Number of items to skip.
Required range:
x >= 0Last modified on June 16, 2026

