Hello, Trying to pull the price of bitcoin using your API call, I copy/pasted the code suggested:
import urllib.request
print(urllib.request.urlopen(url).read())
I try to execute this code but I get a long list of errors, see image.
Hello, Trying to pull the price of bitcoin using your API call, I copy/pasted the code suggested:
import urllib.request
print(urllib.request.urlopen(url).read())
I try to execute this code but I get a long list of errors, see image.
Hello,
I am not sure why you would get an SSL error. Our SSL cert is valid. You may need to update your SSL certificates on your machine. Please google how to “update root ssl certificates” for your platform.