Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.24 KB

faq.md

File metadata and controls

26 lines (18 loc) · 1.24 KB
title category slug parentDocSlug order hidden
Frequently Asked Questions
64cbb5277b5f3c0065d96616
opensea-sdk-faq
opensea-sdk
4
false

How do I access the source code?

The source code for the SDK can be found on GitHub.

What chains are supported?

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.

Why is there is no SDK method for the API request I am trying to call?

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.