Forex
Parameter | Type | Description |
---|---|---|
success | boolean | Indicates if the forex rate was successful. |
query | object | The query object containing the currency details. |
from | string | The from currency. |
to | string | The to currency. |
info | object | Additional information, e.g., timestamp. |
timestamp | string | The timestamp of the query. |
rate | number | The forex rate. |
date | string | The date string of the rate. |
result | number | The forex result calculated from the rate. |
Updated 3 months ago