Get quote
Retrieves the current state of a previously created quote.
Use this to poll the lifecycle of a quote you submitted via POST /v1/accounts/{account_id}/quotes or executed via POST /v1/accounts/{account_id}/quotes/{quote_id}/execute. Quote status transitions are: offered -> executing -> executed (terminal). A quote can also transition to expired (TTL elapsed before execution) or failed (executor rejected).
Authorizations
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 quote to retrieve.
1 - 64Response
Successful response
A swap quote.