title | category | slug | parentDocSlug | order | hidden |
---|---|---|---|---|---|
Frequently Asked Questions |
64cbb5277b5f3c0065d96616 |
opensea-sdk-faq |
opensea-sdk |
4 |
false |
- How do I access the source code?
- What chains are supported?
- There is no SDK method for the API request I am trying to call.
The source code for the SDK can be found on GitHub.
See the Chain enum for a complete list of supported chains.
Please note a number of older SDK methods (API v1) only support Ethereum Mainnet and Sepolia due to Rest API restrictions. Please use methods in the v2 API for multichain capabilities.
If the SDK does not currently have a specific API, you can use the generic GET and POST methods to make any API Request. This repository is also open source, so please feel free to create a pull request.