Get price trigger swap
Returns the current state of a single price trigger swap by ID.
Use this to poll a swap’s status after creation, after a webhook delivery, or to inspect the trigger and action that were configured. The response includes the swap’s cancelled_reason when status is cancelled.
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 - 42ID of the price trigger swap to retrieve (prefixed with swap_).
Response
Successful response
A price trigger swap that submits a trade when its when condition is met.