List price trigger swaps
Returns a cursor-paginated list of price trigger swaps for the user, optionally filtered by status.
Results are ordered by created_at descending (newest first). Pagination uses opaque page_token cursors; next_page_token is omitted on the final page. To refine results, pass one or more statuses query values; omitting the filter returns swaps in any status.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Path Parameters
ID of the account the request applies to. This refers to one of the accounts held by the user the request is acting on behalf of (typically the user's main account, but any of the user's accounts is accepted). Routes the request to that specific account container. Canonical identifier for an account in the Payward public API.
14 - 42Query Parameters
Filter to swaps in one or more lifecycle statuses. Repeat the parameter to pass multiple values. Omit to include swaps in any status.
active, completed, cancelled Opaque page token returned by a previous response's next_page_token. Omit to start from the beginning.
1 - 256Maximum number of results to return on a single page. Defaults to 20, maximum 100.
1 <= x <= 100