Swaps

Retrieve Swap

Returns the status of a specific swap, by the id returned from POST /swaps.

get/swaps/{id}

Path parameters

idstring required

Swap ID returned from POST /swaps.

Response

swap status retrieved

account_idstring required

Account ID that owns the wallet used for the swap.

errorstring nullable

Latest error returned for a failed swap.

idstring required

Swap ID.

object'swap' required
statusstring required

Current swap status.

tx_hashesstring[] required

On-chain transaction hashes produced by the swap.

Changes