2.8 Using Rates Data
Getting rates from the API
The results from the rates API will look as follows:
{
"rates": [
{
"buy": 569.48,
"locale": "NG",
"rateId": "naira",
"code": "NGN",
"updatedAt": "2021-12-30T09:13:54.544Z"
}
]
}
The buy
and sell
fields indicate the rate at which the end user will buy and sell the given currency at. This rate is always the local currency to the United States Dollar.
Updated 1 day ago