05.26.2023 Updates

OpenSea has been hard at work helping to build the API to be valuable to the broader Web3 ecosystem. Here are some of the ways, the API has changed this week:

Launch

  1. Version 5.0.3 of opensea-js
    1. Includes the src files which will make the package more easily consumed by tools like webpack
    2. Collection Verification Status (safelistRequestStatus) when getting a collection
    3. Animation URLs added when getting an asset
    4. Interface for OpenseaCollectionStats
    5. Various Dependency Updates

Breaking Changes

  1. Bidding Precision now allows offers to have a maximum precision of 4 decimal places. For more info, see Bidding Precision Decision.
  2. The default branch on the Opensea-js SDK has been renamed from master to main to match other OpenSea packages.

Bug Fixes / Improvements

  1. Fixed broken example payload links on the Stream API Overview page.