Skip to main content

QuotationRateCreate

baseCurrencyCodestringrequired

Buy currency code of the quotation

Possible values: <= 3 characters

Example: USD
quoteCurrencyCodestringrequired

Sell currency code of the quotation

Possible values: <= 3 characters

Example: AUD
fixedSideFixSideTypes

Fix side of the quotation

Possible values: [buy, sell]

Example: buy
amountnumber

Fix side amount of the quotation

Example: 1000
clientIdstring

ID of the client to which the quotation belongs

Possible values: <= 36 characters

Example: 401f4647-8372-495f-8de0-aafb3e1eaf93
datestringrequired

The settlement date of the quotation

Example: 2024-08-05
QuotationRateCreate
{
"baseCurrencyCode": "USD",
"quoteCurrencyCode": "AUD",
"fixedSide": "buy",
"amount": 1000,
"clientId": "401f4647-8372-495f-8de0-aafb3e1eaf93",
"date": "2024-08-05"
}