cURL
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.
Static business API key from the dashboard
Successful retrieval of rates
Show child attributes