You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using OpenRarity, fetching collection metadata from OpenSea's API.
The project I'm working on has an instance on the ethereum chain as well as a testnet instance.
It would be nice to be able to pass in a parameter to activate the testnets API from OpenSea instead of the main API.
In order not to depend on a vendored version of this library, what I did for now is fetch all required metadata manually from another source (i.e. Alchemy in another JS microservice) instead of using opensea_api_helpers.
I had already set up and needed the other SDK for different parts of the project, so it was easier for me in the mean time.
But, on the long run, I would probably still prefer using opensea_api_helpers with the testnet option once available in release 1.0.
I am currently using OpenRarity, fetching collection metadata from OpenSea's API.
The project I'm working on has an instance on the ethereum chain as well as a testnet instance.
It would be nice to be able to pass in a parameter to activate the testnets API from OpenSea instead of the main API.
For example, fetch_opensea_collection_data can use the following API call:
https://testnets-api.opensea.io/api/v1/collection/{collection_slug} (docs)
The text was updated successfully, but these errors were encountered: