Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.31 KB

File metadata and controls

28 lines (19 loc) · 1.31 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 in src/types.ts for a complete list of supported chains.

Please use methods in the v2 API for multichain capabilities.

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

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 on the OpenSeaAPI class in src/api/api.ts to make any API request. This repository is also open source, so please feel free to create a pull request.