A Fiat Conversion object provides an exchange rate conversion to a fiat currency at a point in time
Attribute Name | Data Type | Description |
---|---|---|
currency_code | string | The ISO 4217 code for the fiat currency. Currently only USD is supported |
date | string (date, ISO notation) | The date of the exchange rate provided |
precision | string | The time frame for the provided exchange rate. Possible values are: - 5m: Most up-to-date rate available. Rate is assessed with a maximum delay of 5 minutes from the date - 1d: Historical rate. Assessed as the midpoint between high and low rates within the 24-hour period denoted by the date, framed between midnight UTC |
rate | number | The exchange rate |