Skip to main content
GET
Get transaction status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-key
string | null

Path Parameters

quote_id
string
required

Response

Successful Response

Universal transaction response.

id
string<uuid>
required
quoteId
string
required
type
string
required
paymentChannel
string
required
status
string
required
fromAmount
number
required
fromCurrency
string
required
toCurrency
string
required
createdAt
string<date-time>
required
toAmount
number | null
originTxHash
string | null
destinationTxHash
string | null
depositAddress
string | null
errorMessage
string | null
expiresAt
string<date-time> | null