QuotationRate
currencyPairstringrequired
Currency pair of the quotation
Example:
AUDUSDbaseCurrencyCodestringrequired
Buy currency code of the quotation
Example:
USDquoteCurrencyCodestringrequired
Sell currency code of the quotation
Example:
AUDexchangeRatenumberrequired
Exchange rate of the quotation
Example:
0.681targetDateobject
Target settle date of the quotation
Example:
2024-08-05quotationIdstringrequired
id of the quotation
expiryTimestring<date-time>required
Expiry time of the quotation
QuotationRate
{
"currencyPair": "AUDUSD",
"baseCurrencyCode": "USD",
"quoteCurrencyCode": "AUD",
"exchangeRate": 0.681,
"targetDate": "2024-08-05",
"quotationId": "string",
"expiryTime": "2024-07-29T15:51:28.071Z"
}