Conversions allow you to convert a Fiat Account balance in one currency to another currency. We offer a Request for Quote (RFQ) workflow that allows you to first to a create a Quote that is guaranteed for 8 seconds, and subsequently book a conversion for the quoted rate.
Quotes Object
Attribute | Description | Format/Enum |
---|---|---|
id string | Unique identifier of the quote to be used for creating a conversion. | e.g. |
sellCurrency | Sell currency of the expected conversion. | Three-letter ISO 4217 code e.g. |
buyCurrency | Buy currency of the expected conversion. | Three-letter ISO 4217 code e.g. |
sellAmount | Sell Amount of the expected conversion in 2 decimal places. | e.g. |
buyAmount | Buy Amount of the expected conversion in 2 decimal places. | e.g. |
fixedSide | Fixed side for the conversion. | e.g. |
rate | Exchange rate at which the conversion will be performed. | e.g. |
expiresAt | Epoch timestamp at which the quote will expire. | e.g. |