List transaction_bundles
Retrieve a paginated list of transaction bundles for the authenticated group.
Results are ordered by creation date (newest first).
Limits:
- Maximum
limitvalue is 1000. If a higher limit is requested, it will be automatically capped at 1000. - If no
limitis provided, the default maximum of 1000 will be applied.
Note: Results are ordered by bundle creation date (newest first). A bundle that is later updated via PATCH does not move to the top of the list — its position is fixed at its original creation date.
Iterating to find a stop point: Because results are ordered newest-first, when fetching a specific date range you can stop paginating as soon as you encounter a bundle older than your target date.
Documentation Index
Fetch the complete documentation index at: https://api.qomon.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items to query (for pagination). Maximum value is 1000.
x <= 1000Offset of items to query (for pagination)