Advertisement
maxdimples

Bitcoin Index u/Specialist-Remove-91

Nov 30th, 2022 (edited)
100
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. import requests
  2. r = requests.get('https://api.coindesk.com/v1/bpi/currentprice.json').json()["bpi"]["USD"]["rate"]
  3. print(r)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement