0

ねえ、私はopenseaでコレクションのリストされたnftsを取得しようとしていますが、APIを使用して機能していませんが、何らかの理由でcloudflareブロックを取得するすべての私はこれをバイパスする方法があるか、nftのコレクション統計を取得できますPython でリストされているすべての nft のコレクション。Cloudflare バイパス モジュールを試しましたが、不安定な場合があります。

import requests

url = "https://opensea.io/collection/clonex?tab=activity&search[isSingleCollection]=true&search[eventTypes][0]=AUCTION_CREATED"

headers = {
    "Accept": "application/json",
    "X-API-KEY": ""
}

response = requests.request("GET", url, headers=headers)

print(response.text)
4

0 に答える 0