Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

id
string
required

Swap ID returned from POST /swaps.

Response

swap status retrieved

account_id
string
required

Account ID that owns the wallet used for the swap.

id
string
required

Swap ID.

object
enum<string>
required
Available options:
swap
status
string
required

Current swap status.

tx_hashes
string[]
required

On-chain transaction hashes produced by the swap.

error
string | null

Latest error returned for a failed swap.