Skip to main content
POST
Get payout quote

Authorizations

Authorization
string
header
default:Bearer <token>
required

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

Headers

x-api-key
string | null

Body

application/json

Request for payout quote to contact.

contactId
string<uuid>
required
amount
number
required
swapType
enum<string>
default:FLEX_INPUT

Type of swap quote.

Available options:
EXACT_INPUT,
EXACT_OUTPUT,
FLEX_INPUT,
ANY_INPUT

Response

Successful Response

Universal quote response.

quoteId
string
required
paymentChannel
string
required
fromAmount
number
required
fromCurrency
string
required
toAmount
number
required
toCurrency
string
required
provider
string | null
depositMemo
string | null
feeAmount
number | null
feeCurrency
string | null
rate
number | null
expiresAt
string<date-time> | null
maskedIban
string | null
depositAddress
string | null
recipientAddress
string | null
originChainId
string | null
destinationChainId
string | null
transactionRequest
Transactionrequest · object | null