You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is 1 request (1000 requests per month is free) for pairs EUR,GBP,CAD,PLN
how I can use laravel-swap to get a list/scope currencies?
right now I can use only 1 pair of currencies (USD/EUR) per request $rate = Swap::latest('EUR/USD');
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, in currencylayer.com I can use:
this is 1 request (1000 requests per month is free) for pairs
EUR,GBP,CAD,PLN
how I can use laravel-swap to get a list/scope currencies?
right now I can use only 1 pair of currencies (USD/EUR) per request
$rate = Swap::latest('EUR/USD');
Thank you.
The text was updated successfully, but these errors were encountered: