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.
Documentation Index
Fetch the complete documentation index at: https://docs.zuba.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter Auth0 JWT token
Response
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
}