Create a currency quote
Creates a quote for a given currency pair.
You can create a quote for either an internal currency exchange or an outbound payment.
To create a quote for an internal currency exchange, set type.to to balance.
For an outbound payment, use any of payment, multiple, or forward.
Once you’ve created a quote, you can create an order.
All quotes expire after 12 seconds.
POST
cURL
Authorizations
Query Parameters
The ID of the account to work with.
Example:
"F50091"
Body
application/json
Body
Details about the source currency.
Details about the target currency.
The settlement date.
Pattern:
^20[0-9]{2}[0-2][0-9][0-3][0-9]$Example:
"20221027"
Details about the type of quote that you're creating.
cURL