Skip to content

v10.2.0

Choose a tag to compare

@ryanio ryanio released this 21 Apr 01:02
· 9 commits to main since this release

What's Changed

Add token-groups and instant API key endpoints.

  • sdk.api.getTokenGroups({ limit?, cursor? }) and sdk.api.getTokenGroup(slug) for the new /api/v2/token-groups endpoints.
  • OpenSeaSDK.requestInstantApiKey() and OpenSeaAPI.requestInstantApiKey() — static methods that call POST /api/v2/auth/keys without authentication and return a free-tier key you can pass into the SDK constructor. Rate limited to 3 keys/hour per IP; keys expire after 30 days.
  • OpenSeaAPI class is now exported from the package root (@opensea/sdk and @opensea/sdk/viem).

Patch

  • Update @opensea/seaport-js from ^4.0.7 to ^4.1.1.

Full Changelog: ProjectOpenSea/opensea-devtools@sdk-v10.1.0...sdk-v10.2.0