| 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?
- Why is there 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 use methods in the v2 API for multichain capabilities.
First, check the API Reference to see all available SDK methods - many OpenSea API v2 endpoints are now supported.
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.