JavaScript
Swaps
Retrieve Swap
Retrieves a single swap and its status.
GET
JavaScript
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Path Parameters
Swap ID returned from POST /swaps.
Response
swap status retrieved
Account ID that owns the wallet used for the swap.
Swap ID.
Available options:
swap Current swap status. complete and failed are terminal.
Available options:
queued, working, complete, failed On-chain transaction hashes produced by the swap.
Latest error returned for a failed swap.

