opensea-js

TypeScript SDK for the OpenSea marketplace

MIT License

Downloads
8.1K
Stars
2.3K
Committers
43

Bot releases are hidden (Show)

opensea-js - v7.1.9 Latest Release

Published by ryanio 5 months ago

What's Changed

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.1.8...v7.1.9

opensea-js - v7.1.8

Published by ryanio 6 months ago

What's Changed

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.1.7...v7.1.8

opensea-js - v7.1.7

Published by ryanio 6 months ago

opensea-js - v7.1.6

Published by ryanio 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.1.5...v7.1.6

opensea-js - v7.1.5

Published by ryanio 6 months ago

What's Changed

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.1.4...v7.1.5

opensea-js - v7.1.4

Published by ryanio 7 months ago

opensea-js - v7.1.3

Published by ryanio 7 months ago

opensea-js - v7.1.2

Published by ryanio 7 months ago

opensea-js - v7.1.1

Published by ryanio 7 months ago

What's Changed

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.1.0...v7.1.1

opensea-js - v7.1.0

Published by ryanio 7 months ago

Please update to this release as it creates and submits orders with Seaport v1.6. OpenSea will stop accepting Seaport v1.5 orders through the API in about a week.

What's Changed

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.0.9...v7.1.0

opensea-js - v7.0.9

Published by ryanio 9 months ago

What's Changed

Dependency updates

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.0.8...v7.0.9

opensea-js - v7.0.8

Published by ryanio 9 months ago

What's Changed

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.0.7...v7.0.8

opensea-js - v7.0.7

Published by ryanio 10 months ago

opensea-js - v7.0.6

Published by ryanio 10 months ago

What's Changed

Dependency updates

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.0.5...v7.0.6

opensea-js - v7.0.5

Published by ryanio 10 months ago

What's Changed

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.0.4...v7.0.5

opensea-js - v7.0.4

Published by ryanio 10 months ago

What's Changed

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.0.3...v7.0.4

opensea-js - v7.0.3

Published by ryanio 10 months ago

opensea-js - v7.0.2

Published by ryanio 10 months ago

What's Changed

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.0.1...v7.0.2

opensea-js - v7.0.1

Published by ryanio 10 months ago

What's Changed

Dependency updates

Full Changelog: https://github.com/ProjectOpenSea/opensea-js/compare/v7.0.0...v7.0.1

opensea-js - v7.0.0

Published by ryanio 11 months ago

Breaking Changes

  • Deprecated v1 APIs have been removed. This affects:
    • getAsset/getAssets
    • getBundle/getBundles (bundles were removed from OpenSea in Sept 2023)
    • getCollection response updated
  • ethers updated from v5 to v6. This replaces BigNumber usage with bigint, and updates the tsconfig target to es2020
  • The wallet constructor parameter in OpenSeaSDK was removed. Add your provider to your wallet and pass as the first param signerOrProvider
  • The chain parameter in getNFTsByContract/getNFT/refreshNFTMetadata was moved to the end of the parameter list and now defaults to the chain the sdk was initialized on.
  • Legacy exports OpenSeaPort and OpenSeaAPI were removed.
  • Removed parameter retries to simplify code
  • Deprecated createBuyOrder/createSellOrder aliases were removed. Please use createOffer/createListing instead.
  • getPaymentTokens() updated to getPaymentToken() and updated to work across chains

New features

  • getBestListings() endpoint added for getting the best listings for a collection
  • getCollectionStats() endpoint added for getting collection stats
  • getAccount() endpoint added for getting account information from an address
  • offerProtectionEnabled boolean added to buildOffer()
  • All types now provided at top-level export for easier use

Misc.

  • package-lock.json cleared and reinitialized for the latest dependency and sub-dependency updates

PR: #1310