-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testnet Availability? #30
Comments
You can change the base url (and version if needed): api = OpenseaAPI(apikey="YOUR APIKEY", base_url="https://rinkeby-api.opensea.io/api", version="v1") |
Got it, thank you! How does that look for mumbai? |
Maybe one of these: https://docs.polygon.technology/docs/develop/network-details/network/ (haven't tried any of them)
|
Doesn't seem to work. reference at the bottom. test_api = OpenseaAPI(base_url="https://testnets-api.opensea.io/") https://docs.opensea.io/reference/retrieving-events-testnets |
Can i deploy NFTs using this API on Opensea testnet (network polygon)? Furthermore, is possible to wrap metadata of my local file.json using and dump them into my file.png using python? Thank you |
Hi @abstractumx , |
Is there a way to connect to a testnet endpoint?
The text was updated successfully, but these errors were encountered: