v10.2.0
What's Changed
Add token-groups and instant API key endpoints.
sdk.api.getTokenGroups({ limit?, cursor? })andsdk.api.getTokenGroup(slug)for the new/api/v2/token-groupsendpoints.OpenSeaSDK.requestInstantApiKey()andOpenSeaAPI.requestInstantApiKey()— static methods that callPOST /api/v2/auth/keyswithout 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.OpenSeaAPIclass is now exported from the package root (@opensea/sdkand@opensea/sdk/viem).
Patch
- Update
@opensea/seaport-jsfrom ^4.0.7 to ^4.1.1.
Full Changelog: ProjectOpenSea/opensea-devtools@sdk-v10.1.0...sdk-v10.2.0