Latest rate
GET
/rates/latest.json
GET
{
"status": "success",
"message": "retrieved",
"data": {
"timestamp": 1738607282542,
"base": "USD",
"market": "parallel",
"rates": {
"NGN": 1619.01
}
}
}
status
(string) – Indicates the success or failure of the request (e.g., "success"
).message
(string) – Provides a brief message about the request status (e.g., "retrieved"
).data
(object) – Contains the core exchange rate information:base
(string) – The base currency code used for conversions (e.g., "NGN"
).rates
(object) – Key-value pairs of target currency codes and their corresponding exchange rates (e.g., "USD": 0.00060369
).timestamp
(string, ISO 8601) – Timestamp indicating the last time the rates were updated.Request
Query Params
base
string
optional
Example:
USD
market
string
optional
Example:
mid
Request samples
Responses
Modified at 2025-03-06 07:46:53