Skip to main content

ExchangeQuote

Exchange quote record

iduuidrequired

Unique ID of the exchange quote

rate objectrequired

Rate of the exchange quote

pricenumberrequired
currencyPairstringrequired

Possible values: non-empty

typestringrequired

Possible values: [BID, OFFER]

from objectrequired

The amount and currency being exchanged from

amountnumberrequired

The specific monetary value that is being converted from in the currency exchange

Example: 100
currencystringrequired

The type of currency that the money is being exchanged from

Possible values: non-empty, Value must match regular expression [A-Z]{3}

Example: USD
to objectrequired

The amount and currency being exchanged to

amountnumberrequired

The specific monetary value that is being converted from in the currency exchange

Example: 100
currencystringrequired

The type of currency that the money is being exchanged from

Possible values: non-empty, Value must match regular expression [A-Z]{3}

Example: USD
expiresAtdaterequired

Expiration date of the exchange quote

Example: 2023-12-31
settlementDatedaterequired

Settlement date of the exchange quote

Example: 2023-12-31
ExchangeQuote
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"rate": {
"price": 0,
"currencyPair": "string",
"type": "BID"
},
"from": {
"amount": 100,
"currency": "USD"
},
"to": {
"amount": 100,
"currency": "USD"
},
"expiresAt": "2023-12-31",
"settlementDate": "2023-12-31"
}