Skip to main content

How do I fetch live exchange rates via the API?

The /rates endpoint returns live indicative exchange rates for any currency pair supported by Verto.

1. Send GET /v1/rates?from=GBP&to=USD to retrieve the current rate.


2. The response includes: rate, inverseRate, timestamp, and validUntil.

💡 Tip: Cache rates for no longer than their validUntil time.


3. For multiple pairs: GET /v1/rates?from=GBP&to=USD,EUR,NGN


Related articles:

Did this answer your question?