v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Info

Get exchange rates.

get/v0.2.4/info/exchange-rates

Response

Success.

statusstring

Status of the request.

messagestring

Message indicating the result of the operation.

Example response

{
  "status": "success",
  "message": "Exchange rates retrieved successfully",
  "data": {
    "USDAED": 2.634,
    "NGNUSD": 0.0006,
    "NGNSTN": 0.0511,
    "validUntil": "9/9/2024, 8:00:00 AM UTC",
    "expiresAt": "9/9/2024, 8:00:00 AM UTC",
    "expiresAtTimestamp": 1725868800000
  }
}