| title | Frequently Asked Questions |
|---|---|
| category | 64cbb5277b5f3c0065d96616 |
| slug | opensea-sdk-faq |
| parentDocSlug | opensea-sdk |
| order | 4 |
| hidden | 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 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.