price for bazaar item hypixel python

Solutions on MaxInterview for price for bazaar item hypixel python by the best coders in the world

showing results for - "price for bazaar item hypixel python"
Charlotte
10 Feb 2019
1import requests
2
3data = requests.get(
4url = "https://api.hypixel.net/skyblock/bazaar?key=a70af678-ec9f-4aea-b95c-4ea4d88acc08",
5).json()
6print(data["products"]["EMERALD"]["quick_status"]["sellPrice"])