Skip to main content
GET
/
api
/
v1
/
org
/
rates
Get exchange rates
curl --request GET \
  --url https://staging.afx-server.com/api/v1/org/rates \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "rates": {
      "USD": {
        "USD": "1",
        "GBP": "0.69255",
        "EUR": "0.80832",
        "CAD": "1.30272",
        "NGN": "1410.1041",
        "KES": "125.0912"
      }
    },
    "updatedAt": 1773245407620
  }
}
Retrieves real-time exchange rates for all supported currencies.

Authorizations

x-api-key
string
header
required

Static business API key from the dashboard

Response

Successful retrieval of rates

data
object