JavaScript
Swaps
Retrieve Swap
Returns the status of a specific swap, by the id returned from POST /swaps.
GET
JavaScript
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like 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.
On-chain transaction hashes produced by the swap.
Latest error returned for a failed swap.

