---
title: "Get exchange rates."
method: GET
path: "/v0.2.4/info/exchange-rates"
tags: ["Info"]
---

# Get exchange rates.

`GET /v0.2.4/info/exchange-rates`

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Message indicating the result of the operation.
  - `data` object
    - `USDAED` number — Exchange rate from USD to AED.
    - `NGNUSD` number — Exchange rate from NGN to USD.
    - `NGNSTN` number — Exchange rate from NGN to STN.
    - `validUntil` string — Date and time when the exchange rates are valid until (UTC).
    - `expiresAt` string — Expiration date and time for the exchange rates (UTC).
    - `expiresAtTimestamp` integer — Unix timestamp when the exchange rates expire.

## Other responses

- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Exchange rate retrieval failed.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
