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
{"success":false,"error":{"code":105,"type":"https_access_restricted","info":"Access Restricted - Your current Subscription Plan does not support HTTPS Encryption."}}
I'm getting this error instead.
Has anyone figured out how to work with the new API? I received a free key, I do 1v1 as per the instructions - it doesn’t work.
cmd = "curl --request GET 'https://api.apilayer.com/currency_data/convert?base=USD&symbols=EUR,GBP,JPY&amount=5&date=2018-01-01' \ --header 'apikey: KKKKEY'"
data = run(cmd, capture_output=True, shell=True)
data.stdout
The text was updated successfully, but these errors were encountered: