create_quote
Generate a currency exchange quote with broker quotations valid for 15 seconds. Specify the currencies, amount, delivery date, and reason for the transfer.
Instructions
Creates a quote for a currency exchange. Returns broker quotations valid for 15 seconds. Use refresh_quote to get new quotations after expiry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sell_currency | Yes | 3-letter ISO 4217 currency code the client has (e.g. EUR) | |
| buy_currency | Yes | 3-letter ISO 4217 currency code the client wants (e.g. USD) | |
| side | Yes | Whether the amount refers to the sell or buy currency | |
| amount | Yes | Amount to exchange | |
| delivery_date | Yes | Delivery date in YYYY-MM-DD format | |
| reason | Yes | Transfer reason. Allowed chars: [a-zA-Z0-9\s\-/?:().,'+] | |
| only_from_brokers | No | Optional list of broker codes to restrict quotations to |