私はこのAPI応答を持っています.いくつかの値を取り、それらをpython BOTの変数として保存したい.私はそれが機能し、すべてを与える「統計」でそれを試します。
API https://api.opensea.io/api/v1/collection/ogcats-harvest-galaxy/stats
url = "https://api.opensea.io/api/v1/collection/ogcats-harvest-galaxy/stats"
headers = {"Accept": "application/json"}
response = requests.request("GET", url)
json_response = response.json()
floor= json_response['floor_price']
助けてください:)