oktw says to #ysitd
<TsundereChen>: @seadog007 import json, urllib.request url = "https://cex.io/api/last_price/BTC/USD" data = json.load(urllib.request.urlopen(url)) print(data)