Get indicative cross-rates for display
Returns current cross-rates for all supported corridors (NGN→GBP, NGN→EUR, NGN→USD). Rates include the exchange spread/markup but not fixed per-transaction fees. Intended for display purposes (e.g. dashboard rate ticker). Does not create a quote record.
Authorizations
Enter Auth0 JWT token
Response
24-hour percent change per pair as a signed string with 2 decimals (e.g. "0.22", "-0.13"), or null when there are fewer than two stored-rate observations in the 24h window. Display-only — derived from the standard fx_rates snapshot used by the admin sparklines, not from the live cross-rate above, so the delta reflects general market direction rather than the exact rate a merchant would receive at payout.
{
"EUR": "0.05",
"GBP": "0.22",
"USD": "-0.13"
}True if any rate was served from the stored-rate fallback (i.e. live cross-rate providers were unavailable). Fallback rates may diverge from the rate a customer actually receives at payout.
false
Map of foreign currency code to its NGN rate (NGN per 1 unit of foreign currency, including spread/markup). Does not include fixed per-transaction fees.
{
"EUR": 1720.5,
"GBP": 2524.47,
"USD": 1623.45
}