Skip to main content

Get currency exchange quote

Required scopes:

  • partner.currency-exchange-quote.read
Path Parameters
quoteId uuid REQUIRED
Responses
200

Success

Schema OPTIONAL
id uuid

ID of the exchange quote.

created date-time

Date and time when the exchange quote was created.

validUntil date-time

Date and time when the exchange quote expires.

source object

Amount sold.

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code

target object

Amount bought.

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code

fee object

Service fee. The user will be charged this amount on top of what the source specifies.

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code

conversionRate object

Conversion rate used for the transaction.

amount string

Currency amount in decimal format

sourceCurrency string

Possible values: [BTC, USD, EUR, USDT]

Source currency code

targetCurrency string

Possible values: [BTC, USD, EUR, USDT]

Target currency code

state string

Possible values: [NEW, PENDING, COMPLETED, FAILED]

State of the currency exchange quote.

completed date-time OPTIONAL

Timestamp at which the exchange was completed.