exchangerate.host
exchangerate.host copied to clipboard
Error 404
I am trying this particular request
https://api.exchangerate.host/convert?from=USD&to=EUR
from within Flutterflow (https://flutterflow.io) and, while the same query on the web returns the correct data, within Flutterflow, this query only returns a 404 error
If I use any other currency combination there no issue whatsoever.
never mind. although this API call (for whatever reason) does not work, my workaround was to add the parameter "amount" set to 1 to make it work.