{"_id":"@opensea/sdk","_rev":"42-1b683481ac9dbe9554f876ec4f08565f","name":"@opensea/sdk","dist-tags":{"latest":"12.9.1"},"versions":{"9.0.0":{"name":"@opensea/sdk","version":"9.0.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":"OpenSea Developers","license":"MIT","_id":"@opensea/sdk@9.0.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"f973ca3a2eba9cde27d1096d9c690bfb2144e58d","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-9.0.0.tgz","fileCount":363,"integrity":"sha512-4Rn16lyazUkMSVgUZIFHZ67PZcX7/Dm01vD7Zd7yUoaipursAtu/aNnLaRYQVVZyiPgAfgfttW9TboIgcGbnsw==","signatures":[{"sig":"MEYCIQD05V0qeESndb1iV8g1AkiDdOp1bV1C4OpNa7l2zuNK7gIhAK7QJkHTjx6Y9D6jo5zI8k/NmKj+n7SH2xorV94pG8KU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1681063},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"scripts":{"lint":"concurrently \"npm run check-types\" \"biome check --config-path ../.. .\"","test":"vitest run","build":"npm run abi-type-gen && tsc -p tsconfig.build.json","format":"biome format --config-path ../.. --write .","lint:fix":"biome check --config-path ../.. --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc --noEmit --project tsconfig.json","abi-type-gen":"typechain --target=ethers-v6 src/abi/*.json --out-dir=src/typechain/contracts","format:check":"biome format --config-path ../.. .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"ralxz","email":"ryan@ryanio.com"},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data","directories":{},"dependencies":{"ethers":"^6.16.0","@opensea/api-types":"workspace:^","@opensea/seaport-js":"^4.0.7"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typechain":"^8.0.0","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","@typechain/ethers-v6":"^0.5.1","typedoc-plugin-markdown":"^4.10.0"},"_npmOperationalInternal":{"tmp":"tmp/sdk_9.0.0_1775854880754_0.7138718377224551","host":"s3://npm-registry-packages-npm-production"}},"10.0.0":{"name":"@opensea/sdk","version":"10.0.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@10.0.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"9f78878c4aa60979203d74ba83880b8b3c97660d","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-10.0.0.tgz","fileCount":200,"integrity":"sha512-xWHblOlS92SXX+x9OPvZPR6k+U9uy1UXmZHr5VrGmyQ5ZNBVCFHGOCFCu6BuMqrA+lKSnTPaUoO60XYwBBOrZA==","signatures":[{"sig":"MEUCIFlDinQCM6Xalc69KHgGD8RftsCtt/z5uP7mhNvsiNqqAiEAuAIB48feBiVWe3ZDDhzsMczENOAsx59KXu3q3ETIRoA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@10.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":904728},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"71753619399ebafffa7c06d6cf031e519fbc2cc7","scripts":{"lint":"biome check --config-path ../.. .","test":"vitest run","build":"tsc","format":"biome format --config-path ../.. --write .","lint:fix":"biome check --config-path ../.. --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format --config-path ../.. .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.2.0","@opensea/seaport-js":"^4.0.7"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_10.0.0_1775865599154_0.6869023223737969","host":"s3://npm-registry-packages-npm-production"}},"10.1.0":{"name":"@opensea/sdk","version":"10.1.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@10.1.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"fb3110589816bb6e11eca5db655ca59bd0dedfe8","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-10.1.0.tgz","fileCount":200,"integrity":"sha512-E6KcTuzWFzwcmgkn1pqy8jr+HUYb6FwJnqC7VuJrTJnKjeRqRgYiPbAa69gfvR8MTkDCJq0JSm44e7tM8wl68A==","signatures":[{"sig":"MEUCIEhAqG5hXOCJHNaiAFF/gtHGOMdaKNLvpO5bfMg87PgkAiEAwYhXIwlDtKYXeXuNimiHuwbmPnGFrBqZclyjH7GHWoU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@10.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":916852},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"01a1856afb2192605cfd9155541df120576cd3e9","scripts":{"lint":"biome check --config-path . .","test":"vitest run","build":"tsc","format":"biome format --config-path . --write .","lint:fix":"biome check --config-path . --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format --config-path . .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.2.0","@opensea/seaport-js":"^4.0.7"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.4.10","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_10.1.0_1776271811065_0.7925939341836892","host":"s3://npm-registry-packages-npm-production"}},"10.2.0":{"name":"@opensea/sdk","version":"10.2.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@10.2.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"7f01a459ab8a5624c4362258eb260c4c34e5a49a","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-10.2.0.tgz","fileCount":200,"integrity":"sha512-adZAkHfhcqOuK0PrRzzomwrxpZp2uYWpEDHbTanZOXd7N22pQQ9c5WNrLfa0O3+GMqxyUQXLsm2xta9HlNkWOw==","signatures":[{"sig":"MEYCIQC7Km0p5/pqlk13VSuVu1XYHACsTCE0L6+ZaaFvUhCdtQIhAK3MEzAb/pXYAsruBWHeZm4FI97A/bJRC8pWm2vRL9P6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@10.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":930390},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"a788b8811279a39dc29b9f0afdef03913c456fdf","scripts":{"lint":"biome check --config-path . .","test":"vitest run","build":"tsc","format":"biome format --config-path . --write .","lint:fix":"biome check --config-path . --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format --config-path . .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.2.1","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.4.10","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_10.2.0_1776733398722_0.3621095129138818","host":"s3://npm-registry-packages-npm-production"}},"10.2.1":{"name":"@opensea/sdk","version":"10.2.1","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@10.2.1","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"b5ad8b382f3463f3ab70b932d128edaef4176e25","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-10.2.1.tgz","fileCount":200,"integrity":"sha512-iBt8BuRLOqG7F6rayZTSW/cAtFvbof6n+ziOAIYzKhLV8M4KYfCxiOmVa0J67AUG/iSNFf5kEExwoVGhiMTisA==","signatures":[{"sig":"MEUCIQChDzV7nThFObVIuepQ+Yi3fTr/LJLKgYqX1N1Sgr418AIgK8PJq5fMR9k2Qu54OwcuRzZL0mAyLWq/GevJ2E9SLgs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@10.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":940061},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"a93dac788c23cf1a0adebda29af1f6e5738bc621","scripts":{"lint":"biome check --config-path . .","test":"vitest run","build":"tsc","format":"biome format --config-path . --write .","lint:fix":"biome check --config-path . --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format --config-path . .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.2.2","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.4.10","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_10.2.1_1777601014131_0.05062463646168491","host":"s3://npm-registry-packages-npm-production"}},"10.3.0":{"name":"@opensea/sdk","version":"10.3.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@10.3.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"fd351e44dbe08ce43d4619fb02d85a18c4a18b70","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-10.3.0.tgz","fileCount":200,"integrity":"sha512-UW7lHJ/IxIZv+btiiPdnleDUbAjq/FZFcPxLb2zMcfjh6uQfQWdVBywQ+Xm7zZ0NAoBGjoAbljr8fAyDXbAR8w==","signatures":[{"sig":"MEUCIQDbhNo1mEauISmAtm4lLZGQEoB9s0l4wIC5qRfXkalZ9wIgVGFtJ9gWNR5qn9Kl0jsIdxrUFDtEorT/USrHEtGB67s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@10.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":952213},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"1d929b1323f716b963709169a106be5b3821da9b","scripts":{"lint":"biome check --config-path . .","test":"vitest run","build":"tsc","format":"biome format --config-path . --write .","lint:fix":"biome check --config-path . --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format --config-path . .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.2.2","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.4.10","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_10.3.0_1777921610397_0.06878673036692429","host":"s3://npm-registry-packages-npm-production"}},"10.3.1":{"name":"@opensea/sdk","version":"10.3.1","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@10.3.1","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"a03162a8ee08a766f474de57b97ba75ae0f205a5","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-10.3.1.tgz","fileCount":200,"integrity":"sha512-AApC+4a8sq7R0LF9TB1PHP9jD6fd8gDsHb9qxqu/9W17n+qw+7LWKWGkGaw2jq+Rvj+6840ncf3nkO4O3bhtDQ==","signatures":[{"sig":"MEQCIA8vYuqE/blbFBOnwXBmihkViE2EuxIIlyi7jSkZHSehAiBxu+uiL7wT6/rJUwWGFzgnYiJjAxbDS2s1LbZf2oeN7A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@10.3.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":949599},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"4062ebfdfd9fede6af1bc95a12648f362da3c2f2","scripts":{"lint":"biome check --config-path . .","test":"vitest run","build":"tsc","format":"biome format --config-path . --write .","lint:fix":"biome check --config-path . --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format --config-path . .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.2.3","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.4.10","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_10.3.1_1777926054088_0.5148332543674081","host":"s3://npm-registry-packages-npm-production"}},"10.4.0":{"name":"@opensea/sdk","version":"10.4.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@10.4.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"b9aeb1a056f7001ecb0d78a32508f8b4264a163f","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-10.4.0.tgz","fileCount":204,"integrity":"sha512-Lf3yGj7pIurlUZNl/5B8HmPKBTREkJj585h8ZvMoVjklg7zB0c68fasp8mP91lpNp6y/txWXPGQWpgPePbarHA==","signatures":[{"sig":"MEYCIQCyAiKxaIhsajxyH1/a2KQgBJE4a8gWJQzXhOgnVcSTAgIhAIrAMcOxzMj4gxBQ1nEXo447k3YxIP5f45jQyjRgoKN6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@10.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":927487},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"97156b9e1361efcf8724e1b2733c66b52472539b","scripts":{"lint":"biome check --config-path . .","test":"vitest run","build":"tsc","format":"biome format --config-path . --write .","lint:fix":"biome check --config-path . --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format --config-path . .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.3.0","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.4.10","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_10.4.0_1778194324890_0.08761621707394895","host":"s3://npm-registry-packages-npm-production"}},"10.5.0":{"name":"@opensea/sdk","version":"10.5.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@10.5.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"65ef5f48dd3ce7a4db2ff708d7fbc7d6f31f25ca","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-10.5.0.tgz","fileCount":208,"integrity":"sha512-619hwTiWu8qHNvXjN/K7aH6cjlCTbqLzHtWLPpGVto0OldD8DDcNT5802f1YVEdLuGz1ER2BHzWzglVZVhEBxw==","signatures":[{"sig":"MEYCIQDiFpFstIg8/uvzGmI3wlNu3V0RsiGUiHxzr7L9NnJabgIhAO0rkpBAAeHvrf0M1NS/5MjMRnD7pl7PtnzTWwhZtD/r","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@10.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":998852},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"092a40c0a441d0b1695c58acdd015c060b314b01","scripts":{"lint":"biome check --config-path . .","test":"vitest run","build":"tsc","format":"biome format --config-path . --write .","lint:fix":"biome check --config-path . --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format --config-path . .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.4.0","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.4.10","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_10.5.0_1778709399327_0.6808428021770252","host":"s3://npm-registry-packages-npm-production"}},"11.0.0":{"name":"@opensea/sdk","version":"11.0.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.0.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"b586cc45d636e91fcafc7a58b019251908a3dd03","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.0.0.tgz","fileCount":208,"integrity":"sha512-3WJzLEjGU0Robzj/eO3DHoiJS5bBBy6uF2PfWmsuU6Y1NbM2XZK8JuYYuQcB0gU0obtM9xeKt9chsxrGWi0KfA==","signatures":[{"sig":"MEUCIQDwVeBU85XffFoISlatKTPiZXJFs9YukN3HXP/qfo4kJAIgaU3gQTXM2jXywT87ta4KH98eVne3yBLj8YAprIS/5jg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1006606},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"ed2afd79eeea8d64ad74778040df91da3207ec22","scripts":{"lint":"biome check --config-path . .","test":"vitest run","build":"tsc","format":"biome format --config-path . --write .","lint:fix":"biome check --config-path . --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format --config-path . .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.4.2","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.4.10","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.0.0_1779848603748_0.24324953807174543","host":"s3://npm-registry-packages-npm-production"}},"11.1.0":{"name":"@opensea/sdk","version":"11.1.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.1.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"ddb6bd89967e08932b75ac3c7b3f21e7860105d8","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.1.0.tgz","fileCount":208,"integrity":"sha512-1iwGgNijtcsNQKD9CMTMpgchQpYImdbRf9cKqMmAYCUcKDhJ8fcvblaFVJqQs2pbCLXsfg6SyEYLzbFfaRzDTw==","signatures":[{"sig":"MEQCIGEf8lEf1sIoFxKcbBB8r2A6+vW+SGTWR0E9qDzXIxFbAiBUdIIT3AJ0VuHj70h9byto8m56J3WVZLSKFdQNyCSbow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1014381},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"e3930412c0f93b800b00a2739cc3ce4e9ab5a33a","scripts":{"lint":"biome check --config-path . .","test":"vitest run","build":"tsc","format":"biome format --config-path . --write .","lint:fix":"biome check --config-path . --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format --config-path . .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.4.3","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.4.10","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.1.0_1779916541550_0.907459382297509","host":"s3://npm-registry-packages-npm-production"}},"11.1.1":{"name":"@opensea/sdk","version":"11.1.1","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.1.1","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"8e546ce99d9d8e46c0b12d1b67ca727db5791eeb","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.1.1.tgz","fileCount":208,"integrity":"sha512-ucPX1nXqjUXBOoihm30vNKj9HTiYuGl/CZ8+DpqRO/N+iaYmeJ79xQpR4tImSpLXM5JcB17FEovApZ41GYNSfg==","signatures":[{"sig":"MEYCIQDxTnIFcZp/54L63qilWR7shMkH/WzYN5IK547LeB2PcwIhALps3gOxBAA0f2MH6UQnJfIm0Rfc2T4/xyH1a9ilistr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1014933},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"0dd294616dd69cb63334454ecd5428371385b8fa","scripts":{"lint":"biome check --config-path . .","test":"vitest run","build":"tsc","format":"biome format --config-path . --write .","lint:fix":"biome check --config-path . --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format --config-path . .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.4.3","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.4.10","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.1.1_1780076505456_0.11952955964728518","host":"s3://npm-registry-packages-npm-production"}},"11.2.0":{"name":"@opensea/sdk","version":"11.2.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.2.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"b15752a54792dd5aafcb022b40db5272f79242ec","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.2.0.tgz","fileCount":228,"integrity":"sha512-UHFFr6hHL7KTS/xbVBzvsSgldsu0sYVV6efZZajwC+Kd7Jwx8M0qkvfyNyLhiNnwOlSiWbOSK2RaKRXiuWtAIQ==","signatures":[{"sig":"MEYCIQCEhu08NnhuXB1crcckx3Vn2VMkd/5BdrjIDAVJb8NDOwIhAIzLyVj9sfKx5hImlrV9XNyKQV4BRQ59i37XLcgW2E/x","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1105846},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"02376f3032a8014b5c0a50b4e2e9ee5d17b6f83b","scripts":{"lint":"biome check --config-path . .","test":"vitest run","build":"tsc","format":"biome format --config-path . --write .","lint:fix":"biome check --config-path . --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format --config-path . .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.6.0","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.4.10","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.2.0_1783372085719_0.26995661046186936","host":"s3://npm-registry-packages-npm-production"}},"11.3.0":{"name":"@opensea/sdk","version":"11.3.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.3.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"20644e60fb81e7a082d95251ff903f9ee8536d0c","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.3.0.tgz","fileCount":232,"integrity":"sha512-cHoFrHX4PVaXG22DdavOaC+kX7cnr28vP/vMUCXyhDvVFvu1lU5wt34aYtOA9i4jG7U4sTdSg49AstJDw6sDLQ==","signatures":[{"sig":"MEUCIEprREL8f6+ZGoJExeXhZ+AOxKA/YmbWJSIPjDfiKrHXAiEApe7MEqWn53Oycuny2IvXURcEs76iVkTM1eI3M3tN5GI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1139094},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"1944199c851cfe9e3d2614b81963c521c5c4d7b1","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.7.0","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.3.0_1783559678060_0.7427461386882512","host":"s3://npm-registry-packages-npm-production"}},"11.4.0":{"name":"@opensea/sdk","version":"11.4.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.4.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"b575fe0182c99df18324fc93361e060dbf2f7336","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.4.0.tgz","fileCount":236,"integrity":"sha512-E3DyOxmBX6E8Lq3QVg1eUivVUyn7hkuizmLHMX0RHuUpfcyGDisJyiXKlTgeHXz8ze9SY3QofjKmNsX0VdKeog==","signatures":[{"sig":"MEYCIQCydD9gLNZJY6xmSVa+xp+NGE35sa6W0NRJbAhZPssLjAIhAPU1foSuNEZyIHnEbLYXYlNA1ph1JHQADcew+dFwAAKE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1168010},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"545feecc98496f56dbfabc430955d08b30f75493","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.0","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.4.0_1783806766470_0.08219473529260801","host":"s3://npm-registry-packages-npm-production"}},"11.4.1":{"name":"@opensea/sdk","version":"11.4.1","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.4.1","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"cba807ab6acf0b03740d4746d10c01d3116dc6f2","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.4.1.tgz","fileCount":236,"integrity":"sha512-SieH64zyrXPJtZafi9ReXTPnlEpcgbSdG0dwB1HlLKr+omfb9Ik9+cfw0F2C0kLg0IDSj4ywO9MfhMt1QQBtyg==","signatures":[{"sig":"MEUCIAR5aI7sVtnMD80IKbA4xDu6t8dbxkDw6uUiefi/2DZ7AiEA+HhXtq1yWs4MnZhZeyZPDdDQFGEw3L1yvUyVQJ89UAo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.4.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1171900},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"d56af1111a75b41310d9661a6523a04db6d27185","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.0","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.4.1_1783826172808_0.037211845393529286","host":"s3://npm-registry-packages-npm-production"}},"11.4.3":{"name":"@opensea/sdk","version":"11.4.3","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.4.3","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"0b1a730e286f1c76ba1923792f7108d97fc54177","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.4.3.tgz","fileCount":236,"integrity":"sha512-L1wXIgkd5i0r6OFnhfVenR4bfzJKSrfiG98C7eE9Oji6mLRYcqKtOsigw1ksClINnblQRFjeWDHMbk+Gx40Waw==","signatures":[{"sig":"MEUCIEBuYgY6tKfj+57ejIc1ZAO3zex3r/hdwPL74pKic1E+AiEAjZ5vCZ0LxwfYnT/lPp+ioj5kjFRrDuN2E59+RPeejd8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.4.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1172133},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"eb15b6fd0e8371adf2bb8c7a807ba33742f04d05","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.0","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.4.3_1783877568642_0.6554434098106336","host":"s3://npm-registry-packages-npm-production"}},"11.4.4":{"name":"@opensea/sdk","version":"11.4.4","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.4.4","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"183b214885bf41ced4759764604e0b17df1cbcbc","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.4.4.tgz","fileCount":236,"integrity":"sha512-QZKAi9P1jvCusxqdUlg+RxQXvO20AKLi3XVlz6Xb7tIwPrlGk7MEK0Hz6Wzlbk8SpNqiL638EfcYueqysQbsaA==","signatures":[{"sig":"MEUCIGP9vgWxDhfMn4JNtYAQuK477f3x70tXy13nAG+OiScZAiEApXZdXZ4OLSvxDkpzF3y0algp1a5hVgeNTBE7snD2bWI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.4.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1172160},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"b1da82e68798cb48a4fefa22ecbe096ca0e8bfee","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.0","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.4.4_1784050733189_0.9890607901534072","host":"s3://npm-registry-packages-npm-production"}},"11.4.5":{"name":"@opensea/sdk","version":"11.4.5","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.4.5","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"8cde7011a0de54f5a8baf843b604c8dbd0947e8b","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.4.5.tgz","fileCount":236,"integrity":"sha512-6b7HrMrRQTKPC3vzM8AbaQsuSEfNspOrZz10q9RfpNzleM/xlef4qTZWZf8WuY2HzrhULtprnEG+jJUSMuSuog==","signatures":[{"sig":"MEUCIBpU5i6hIE9tJoCYyEQ0oTloajk3vXLbpHaQ2LG/K5HsAiEAv9YbyzBTLf5i6jZupJnMZYv6xSw2ev2hAr+cnvCjfo8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.4.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1172898},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"eee9456e58b708320286eaac597c4b01b70552fc","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.0","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"^2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.4.5_1784132080908_0.8042836361694712","host":"s3://npm-registry-packages-npm-production"}},"11.4.7":{"name":"@opensea/sdk","version":"11.4.7","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.4.7","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"a836402462baa1cfa2b0be8e6f2e825313c2fec0","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.4.7.tgz","fileCount":236,"integrity":"sha512-L0eIxsZ+KT2caDS35Vis9v8I+vvjLcQGz+02bmJBRDutLzXhaBYrXfLgPQlmrwHYPgPWfSEcxHFPqDxAZFd0CA==","signatures":[{"sig":"MEUCIQDvIfRmZanWPUq3pdk5ghgq1U0mVnmmAmbnlKqoD5hPggIgIz9Fb5uxaSRGAiqeDSROMOOvPiWoPdRaW+Ool4e7Rxs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.4.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1175506},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"aeaeb8228704a194bb9a209be360cc1aa5e7a44e","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.0","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.4.7_1784155002157_0.07972437304556279","host":"s3://npm-registry-packages-npm-production"}},"11.4.8":{"name":"@opensea/sdk","version":"11.4.8","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.4.8","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"123d63af2e9646dd2313fb8ea2e6cfedee900360","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.4.8.tgz","fileCount":236,"integrity":"sha512-LyLyGcgOvLmIcMlE13CwO4e5tO4nLP2mXA/fMd64clK0U1FdIbso7gnN+UFk/fbjMY6FV5Oj9Alv9G86YGumUQ==","signatures":[{"sig":"MEYCIQCvqNxMkvlSgLb2NgIIZxJQ0tkYk9S3Gyf212N8+dTZ4AIhALvMyyNJa1GV6eu5Px9I3tfNmlkQ/UA2XO/nAZf+w2D4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.4.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1175760},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"2624c5e12578db302c329130ff5a1de861317921","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.1","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.4.8_1784309761632_0.6554014645309223","host":"s3://npm-registry-packages-npm-production"}},"11.4.9":{"name":"@opensea/sdk","version":"11.4.9","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.4.9","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"1cc489e55293fd3395bfef1e9a5e4d582ca4baac","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.4.9.tgz","fileCount":236,"integrity":"sha512-u2qI+N/voESJIDQYikAYWcgIDrLHsTire0UIdr//f7ZAfK/j7fEI8z4fXVurZxgfDHbQD1HBPexecXJA+2e6gw==","signatures":[{"sig":"MEQCIFakEGc4ALgMh8h6qucZbBNa4Nzgq0u7HKmiU2Rg/UCRAiBnX/IhBVHHV3ndoXSSEusbwmHuKVOhMNWmxCqPtTeAmA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.4.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1187561},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"f3adcfbb53560d56c44830c09ce8db6e91f181e9","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.2","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.4.9_1784582110939_0.45305335328916985","host":"s3://npm-registry-packages-npm-production"}},"11.5.0":{"name":"@opensea/sdk","version":"11.5.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.5.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"32d101f116afa23b6311f32eb568fbd67b066897","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.5.0.tgz","fileCount":236,"integrity":"sha512-ksQxLmdboiuVFuT4LG5gkYd4eh7BQyCUoWFCGevta3LoCW91AkopysOl3UL/i9UKt6cjVeot/KRhqQdi/1azaQ==","signatures":[{"sig":"MEUCIDiQA89KQaqFaIbsWYGHDaqbZBUFPtVYAluC32yYlLetAiEAxpDU/LYt/8g6sxC4e1beEE2IjRO1pzxhYE8cTo8AUkA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1202873},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"c3b7f580ea2a1d49dff0900ca6bd39080db05ec0","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.2","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.5.0_1784586993987_0.31144412635677865","host":"s3://npm-registry-packages-npm-production"}},"11.5.1":{"name":"@opensea/sdk","version":"11.5.1","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.5.1","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"b66f53c32659ad740b2b1683b8a68379b5c765fe","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.5.1.tgz","fileCount":236,"integrity":"sha512-WNoQFdUh+mSTNrWo5rPyL7uEVIVZKqzswT1hRNoc8xNMQSBaO155xtZj3jqvKeCos7jCFRYlsmlSt+kZpJ3oOg==","signatures":[{"sig":"MEUCIQDbbiuaMQHlxlhJ4oSvPQC+jCfPHkth31AzmzGuk5FqiwIgSsTKd2wVZTCNTaB7aqyuCdGc1LjZjLfaJLXMjcaUHYI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.5.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1204444},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"d4b91e46bfebbebe9ed7b46c8881a9db5ff47e23","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.3","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.5.1_1784653784757_0.8948821329955043","host":"s3://npm-registry-packages-npm-production"}},"11.6.0":{"name":"@opensea/sdk","version":"11.6.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.6.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"386dc332f0719700807e01d1ee2ec69c4d8043c2","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.6.0.tgz","fileCount":236,"integrity":"sha512-kMCkL61l6dks5b9crgX9/iIM57LQpvKZtRpx/d5fin/WTDtwch+O9GKx7T2b3EzyjmkVq1RPAgz1M53TY35zAw==","signatures":[{"sig":"MEUCIQDaByDc89xVaRkqUTJw38qf3Qf2aPQbD710+DlltamcMwIgZSX6ordpQoOe2SPT8rKOcxNyooeDjRYWgMf6lnS/cT8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.6.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1210011},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"8d68a80815fa097eb1300a5c03838b50d996fe82","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.4","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.6.0_1784743940359_0.4607873742644475","host":"s3://npm-registry-packages-npm-production"}},"11.7.0":{"name":"@opensea/sdk","version":"11.7.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.7.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"cde9a86be005d40c92eb830561053d96ccf12546","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.7.0.tgz","fileCount":236,"integrity":"sha512-67yc1oeVhlQHQBcYLyeP326DpBm7SzjaqvVPN86sDushGyuh2xwn6ZUxVcJy3mXPyU303nZ6piDoZXDFoGacmg==","signatures":[{"sig":"MEQCIEmO1P3kppTqShLBK3LM8unKSW43teNh1XGcLaWMOwuoAiBKkuz88tgjcljEVNOw2/qu3b9ckPLPcJV7dZaOqi0LDw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.7.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1216490},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"0c4323b5f2738072b813f9db845f04e3a8b3315f","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.6","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.7.0_1784917144779_0.48023967907498655","host":"s3://npm-registry-packages-npm-production"}},"11.7.2":{"name":"@opensea/sdk","version":"11.7.2","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.7.2","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"29dbb3e2e1ea77c6df2943a0e8a50b329fdb0794","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.7.2.tgz","fileCount":236,"integrity":"sha512-H0tAFPOEbTu5561evPpmHxwJ/EqRQFGPR8bobSCWLZCxxSAE1ebdfCHWYHXE+8W4RNVLP5lOEfDkPaIdcuyYdg==","signatures":[{"sig":"MEUCIQDfnYM//2bbLhBMHIUVWt+Xt6a91FaeX9s9otxPafwYHgIgVIr2nTLAd9lqLgBpC+63TwamZ2db7EowFglhBqEFuGk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.7.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1228938},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"9d0534cbaf6b4c9133d995936a047d35e4cf8ca0","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.7","@opensea/seaport-js":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.7.2_1785778512687_0.5189969325298256","host":"s3://npm-registry-packages-npm-production"}},"11.8.0":{"name":"@opensea/sdk","version":"11.8.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.8.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-js/issues"},"dist":{"shasum":"d7eace81d6051c68f3b79d3a5385687c00f6dcce","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.8.0.tgz","fileCount":244,"integrity":"sha512-Pqxbp1woLwxkD00FIDVjX3rBWhPEDkvl1QQ49evtgvj99OgG7ZHqJltS/ZOrpDGu9FJo6ZIxQ4xZsOsyN1I0xA==","signatures":[{"sig":"MEUCID+dYVFnwfGiswn2tvhDf9CLuGBvy1Hay80hvYiul0cQAiEAoWKHYCK/qop+qeWzMvbW1aMNzAHpPCVxsaFN7dQDW8E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.8.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1280066},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"}},"gitHead":"59a01526afcff99c965cddaa8acb6d240f222349","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","docs-build":"typedoc","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","docs-build-md":"typedoc --plugin typedoc-plugin-markdown","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e99cf7dd-ffbc-4d06-9969-4bbc25dac488"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-js.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.8","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","dotenv":"^17.3.1","vitest":"^3.2.4","typedoc":"^0.28.17","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4","typedoc-plugin-markdown":"^4.10.0"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.8.0_1786579573307_0.452088776885194","host":"s3://npm-registry-packages-npm-production"}},"11.9.0":{"name":"@opensea/sdk","version":"11.9.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@11.9.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"5fa4a74971f2277502cfa10615de8b40c3284dfd","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-11.9.0.tgz","fileCount":272,"integrity":"sha512-jInJg4wgPPrTIy9pkhXgsPKIe7gPot/x/lR1VxWut2OZmag8TslHjEP8y5vB5uUSfA/dfk3ILyBtfIvqRs4G3w==","signatures":[{"sig":"MEYCIQCvRgTqJgpLrYhvJDxpTY08+PxbixGdwEnVSXbltgs0iQIhAI8T/ugyDE4xk64nlN64pJCHx0A5xbTC6yY42Co+wbPm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@11.9.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1423579},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"5be5f2bd3c5a4475d5a23eb8e0f5ca359f3df41e","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.8","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_11.9.0_1786730329723_0.563417431571126","host":"s3://npm-registry-packages-npm-production"}},"12.0.0":{"name":"@opensea/sdk","version":"12.0.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@12.0.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"f85074759b4af032c5a71836e53638d4a02b3199","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.0.0.tgz","fileCount":276,"integrity":"sha512-LxBdQTYIEuW/g1cGxQvPeqWdeT2XuwUB8XLVDwDYXLvGmZf0+6ETbMsfHWEIKfzfx6NreYzTGmub7zA8ACDu2A==","signatures":[{"sig":"MEQCICG7U21FIIxRcrZ7h7DcLdOEs3L+nKf3iV0BMms4z0obAiBjsn4+j+gPDt5btG4cl7le2V+MXdpua/TZbIyzYu91xg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1438376},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"61b85dc584a6be12b909d26e3cddf25b13e79fe8","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.10","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_12.0.0_1787342194027_0.17219658191551424","host":"s3://npm-registry-packages-npm-production"}},"12.0.1":{"name":"@opensea/sdk","version":"12.0.1","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@12.0.1","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"fa187d5a50a906461e18cbc35539696d7c76bf2d","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.0.1.tgz","fileCount":280,"integrity":"sha512-rjbLh9/+SCIIGTuVd5ZNpsbaj1zWum6MTGJ9UsPTU2kq3kMeXjeaNwaSksNp1fkxcfzl7InbidZ8uogNQMAnFg==","signatures":[{"sig":"MEUCIQD/d35n5FfEkdcDxyBL34u4QiJa0ia9AIlZKxaoB3ramAIgD8RTyE6KRmsWwRENzqAhfeXV6uFPs/IlgxEFp8hQQ3Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1454918},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"00b964d4b5e13c7883feee594332e19aa907de0d","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.8.10","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_12.0.1_1787511866296_0.7025540844874862","host":"s3://npm-registry-packages-npm-production"}},"12.1.0":{"name":"@opensea/sdk","version":"12.1.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@12.1.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"536db29968856c0fa44b061d0f2c783ed7dfe110","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.1.0.tgz","fileCount":280,"integrity":"sha512-D0a2PPJykmsKqZrOToOLsHxzHcb2UnSGpB0h4auGHGbYbnyfviIUOjFqFH2xuCWC1QR6B0vNInkNINKXuuBoJg==","signatures":[{"sig":"MEUCIQDp1VykMoWKus1cqCYN+s7Ep2dyG0CFUaSIhRm+gs+GkwIgBvP3HpISjpwr9nd62pHT5Qes3djHUGZzlx5DZUcAdPE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1476004},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"0be15af2761af6889aabccf7b3c12cabcf81b171","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.9.1","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_12.1.0_1788284526811_0.9261256171606553","host":"s3://npm-registry-packages-npm-production"}},"12.1.1":{"name":"@opensea/sdk","version":"12.1.1","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@12.1.1","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"bec67f2c6ac991ee5e237ece73e568d6b6c48eef","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.1.1.tgz","fileCount":280,"integrity":"sha512-nZ/WZygFKCv7hGmkSaWoZxYQ/pCODEQW1TClLCL8+CfUzcvUqLZAkKCHjIYX91CWnlpmldyrGxWbYsn0FUGVOg==","signatures":[{"sig":"MEUCIEPpucEYZ6rRDag17AkvIcHiQTCuei8CAOCjWu57IvdUAiEAkl2ihjnDy4bJFLqNu7UOsiHFxRZUr9siT1ajOOxv+L8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDuRjesaScXexpqYqCiRRQs9J5+ghmJlsm0CZ7nuKbBQQIhALST09bJWLdBkpFPlbnG2f3uRnoNp4z3oNwKjDylsq1j","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1489704},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"991710d9e68f2d7bffb11650a40bb52851d59420","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.9.2","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_12.1.1_1788811826208_0.8156617008811196","host":"s3://npm-registry-packages-npm-production"}},"12.2.0":{"name":"@opensea/sdk","version":"12.2.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@12.2.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"0f73d94dbe2e4f555df6de55f1be67436866f5e7","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.2.0.tgz","fileCount":280,"integrity":"sha512-Cj4aMwcYu+TssjETJBql/49RNIAlbog+NTjY28Og+fJ40Eq0qDUbDyrYLeuh7eiNjsFwYr6zpECWbvG388oZbA==","signatures":[{"sig":"MEUCIQDR7EBEuFKyy6eWL4n91Sl4JPEud06s41DXtOLmpme9fwIgCXFjLdlcyw6NroYoO70YwOzcJwF3RMF/++dGdPbUS8I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCQxQdmbqVDXeOrH7BSTyhl17wDeTjoI3qFryhSU4RWxQIhAJSYwlfWgS1E8hE1/zbZyODqFbKiD1OInk1bQAYI/aRe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1493052},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"5e8601fdb921f50c4171881ba46f50129f2bdecb","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.9.2","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_12.2.0_1788812637756_0.6735968028743502","host":"s3://npm-registry-packages-npm-production"}},"12.3.0":{"name":"@opensea/sdk","version":"12.3.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@12.3.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"c7ebd2ce5fd19fcc0f01cb07e2d4a2ff4de786f6","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.3.0.tgz","fileCount":280,"integrity":"sha512-MMBwWr1RExnnBN8NO1qtwTX2pblZoQL0Ay6HLh35H4IlCJJehRS+GMEzl65/rn4KdoLoYThMdNMglpAQ1FfQyw==","signatures":[{"sig":"MEUCIDDSeZxyXrYSjseA7Zs1Y3EIZckvalAO+gNt3g1+AXv9AiEArECpEUWN1RBW9MxLKPKOXnDGcmoxTw5+d0yuBS+nkOE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIHJRtU04IJO+fu3kcp1Jc84bJ+LcDCbSnC74dMm1noeyAiAfOVtlA0O4uK/ipAn/fYrQC7jADVymRSUaBgp7w/HcTA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1505093},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"4f0abea503c77c3bb1e8b83e355f38add13d6d1b","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.9.3","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_12.3.0_1788824404521_0.4893386363596617","host":"s3://npm-registry-packages-npm-production"}},"12.4.1":{"name":"@opensea/sdk","version":"12.4.1","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@12.4.1","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"09105262423fbee586bc1271dd349a1cfdf7d2a4","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.4.1.tgz","fileCount":280,"integrity":"sha512-V5IVU8F/ZxX0N2SPk5qdYxyYIkR2EdFtAm2jXo4R6vVG8LaaOkj9cMA72TKxlqLUzqZ5hbBTbPILYudaQsiCQg==","signatures":[{"sig":"MEYCIQDM3wsBRP53sYZPEyHAwwKn6Kev6kxuntY8MwG2q7xaCgIhAOCEuePVu7Pe7e9aD4KDHuWEZXhWRCZEHH143jddib0Z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDlwJDULjc0LS0Fwalz71g4RaX/juWfIk1XajCdc5/4RwIgQ2eeA1ES5uIiAW6JoBwGwytp2nA6w7qV50Np1PkcBuc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.4.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1531976},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"b3ef765eca2452ad021872ed0554680c8b55fe1f","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.9.3","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_12.4.1_1788913455638_0.5506768888824025","host":"s3://npm-registry-packages-npm-production"}},"12.5.0":{"name":"@opensea/sdk","version":"12.5.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@12.5.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"e9145ae4d7d26b3c12739cf62fe60f55d3b56df4","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.5.0.tgz","fileCount":280,"integrity":"sha512-WDBQqqXksbM6QjnyDXTZ92qsVDLMXIvN0vC+Jix00K5U8Wkf6pzod49sQ8IIRjlyfKfXusSa+02Y43v9LMl/XQ==","signatures":[{"sig":"MEUCICrZ8I6dp/BLtQ8BjI/O32mSa4EF/t4RaC6Op7QgWF8BAiEA91haahpyRti+kqphJcGEqyv7siRPF9EE3HQtp+EQ5Rs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIChwFabftrpxeg6Syy0vW98zEzqGXNNVrlusYpeFNwuGAiB5jlHRlc+NoyXkXQ1Zl7OPG5gKcQHM0c4F5RZqWaDTmg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1536741},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"a291e2513867633e91919c379212295fab7fcec8","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.10.0","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_12.5.0_1788981541896_0.8855595457407448","host":"s3://npm-registry-packages-npm-production"}},"12.6.0":{"name":"@opensea/sdk","version":"12.6.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@12.6.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"b5ddc0fcd72c08c5177b5ee10cc9b0e53fc57f77","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.6.0.tgz","fileCount":284,"integrity":"sha512-31tzg3U5R3qW35HG9Sj3Ccn2bLQR46ma6py8UNSujp654MfqbTpH8IQLf/b56Skr0f2Q5P+kQ7HZtT9nJ1hCyQ==","signatures":[{"sig":"MEUCICuWOS8mv+Cb3VPDPw6+iMRrbIPpZUsghFMN68iWxOQ5AiEAmhms+eQsn4N59LsieGkJxtdbbxXkwZ91feNnL+xg2bU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCKbVfKbPDHghin7Lrpe+Y47dAiuIQbe7ZzLPoOTGpeAgIhAMBOm4sVOvMAXusU/7P2oV2DewC8q7dmtI1CQ/BnUXAQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.6.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1558964},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"3add33be52e241380214435904568d1bde787fd6","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.11.0","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_12.6.0_1789004478534_0.7803477242308963","host":"s3://npm-registry-packages-npm-production"}},"12.7.0":{"name":"@opensea/sdk","version":"12.7.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@12.7.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"d5f37f1379df097e19b68251089b8c70d1091f42","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.7.0.tgz","fileCount":284,"integrity":"sha512-DVuT0tGl3yELoNba6JUejzQMEVIKv3h4N5Vd4OUHmSlltc3KGg/2RwchgRR2kxQPDo/V0Khd9JNHXUBQGFtCRA==","signatures":[{"sig":"MEQCIGoVB7aHHkMRxS4uJ1Oj5EjxNacmXxsrL2eHa28NsI/mAiAUc3xT3CqHPhBE8Cwd5gIxr1svdPJn5TfCnYFfVth2cw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCs5LqGMHTnyQ5Ef322Zd7xdUlidZFfsC+tZR+dKCP8vwIhALgbQPGt96tZzNw641Gu+IooC2IawVwnZVhnb+SB11y3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.7.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1565506},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"6dcfabaaaa077f28f1480011e39bb4e6f494059c","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.11.1","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_12.7.0_1789075177299_0.6083597107787704","host":"s3://npm-registry-packages-npm-production"}},"12.8.0":{"name":"@opensea/sdk","version":"12.8.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@12.8.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"23add50a5619b6f2fb6bbbfdc0b3b3a3e415d750","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.8.0.tgz","fileCount":284,"integrity":"sha512-dnLHLeiiRXTeNEQCnbb1N7k00hfiNWH39U46gOy2lq0m7wS8rPyKFmz8z1I8sHU/JehnbfH/JYH80prom83Axg==","signatures":[{"sig":"MEYCIQC/WOWGZWuH3IAP5KqAzGbENBg+IEOL+gAEFaqX+tV2XgIhAOSuD2gYLuXZaR4rB2wFK5JGx1RvfVCU38X3rL7EY3Qt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCEVNy34T++AO5JrUeFrHLBnmt+Vk1bds2HAZbjYFoFZAIhAM3g7jYeEXXf5Vrt2lC+0vkhge7/ZPsmKnmgaTnZOQ52","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.8.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1576557},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"3e9c1a176674b4b5b7ec1aafe863fc0f7b9fd98a","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.11.1","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_12.8.0_1789084536503_0.1384434850480032","host":"s3://npm-registry-packages-npm-production"}},"12.9.0":{"name":"@opensea/sdk","version":"12.9.0","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"author":{"name":"OpenSea Developers"},"license":"MIT","_id":"@opensea/sdk@12.9.0","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"homepage":"https://docs.opensea.io/reference/api-overview","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"5fa5d1e283aa45f989ca7c0d43c9cf85032f04d1","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.9.0.tgz","fileCount":284,"integrity":"sha512-g/Dg0gE3Nzo2mAEbVrrtO3DzL19uRxbacxwXMOK9xGolN+6FEekI3cCCrgUngspX/SeoNjpG0QNw8+xXKI/wgQ==","signatures":[{"sig":"MEUCIApccQkMJ7LVOBgku7k5eYdtL409mtB8Y02jmzfSN4BpAiEA4coIsPoUAamHCUQU1i++6Lc3ZlB7K7wBXN6WsVZQG6A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDzNAkC0Kmy65yTwQnJnzApeEeHvC7iMMyvPdIPip0kdgIgCwbPrubOn/KEMMV4yFaiqQH/jUcczbzp5FBaZRoO9Yo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.9.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1577469},"main":"lib/index.js","type":"commonjs","types":"lib/index.d.ts","engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"3018ecc457aac211513c0ffc9e2cf1fd702f5d24","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.12.0","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/sdk_12.9.0_1789579804686_0.5246926536548175","host":"s3://npm-registry-packages-npm-production"}},"12.9.1":{"_id":"@opensea/sdk@12.9.1","bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"dist":{"shasum":"0e229310df6a57eec6c9808c9e782fae4886300e","tarball":"https://registry.npmjs.org/@opensea/sdk/-/sdk-12.9.1.tgz","fileCount":284,"integrity":"sha512-oD+YsRk1XzNVuMXdnRq3eL6V8myasqdoUz+iRmJEbn/2b13COzoSiGdxT2YQ3SC3dClr/7+c+ErgjwIWZ3Vs+w==","signatures":[{"sig":"MEUCIBv3kBp7XAetd1x6/+YQZUBXQmOLArgGoChzv3OM8z7WAiEAqPUTEhgzEGulsZYg047SQSgqxygQZJDW4qEsGokBKFM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAsDJR91CHyhuh8kJeZqrqN3CiI1WIzFmmCDeNM8lnMtAiEA8nClHAD2CjhWuhXGMJKJXgztSVYglEoTEf/Ws6MaUjE="}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opensea%2fsdk@12.9.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1583070},"main":"lib/index.js","name":"@opensea/sdk","type":"commonjs","types":"lib/index.d.ts","author":{"name":"OpenSea Developers"},"engines":{"node":">=22.0.0"},"exports":{".":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"./viem":{"types":"./lib/viem.d.ts","default":"./lib/viem.js"},"./stream":{"types":"./lib/stream/index.d.ts","default":"./lib/stream/index.js"}},"gitHead":"7ac457e13149c55264ba5431b6d470c902a5837a","license":"MIT","scripts":{"lint":"biome check .","test":"vitest run","build":"tsc","format":"biome format --write .","lint:fix":"biome check --write .","test:all":"concurrently \"npm run test\" \"npm run test:integration\"","check-types":"tsc -p tsconfig.check.json","format:check":"biome format .","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts"},"version":"12.9.1","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3927c7d5-493a-45a5-b352-a4b6e393a4ac"}},"homepage":"https://docs.opensea.io/reference/api-overview","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"_npmVersion":"11.11.0","description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","directories":{},"maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"_nodeVersion":"24.14.1","dependencies":{"ethers":"^6.16.0","@noble/hashes":"^2.0.1","@opensea/api-types":"^0.12.0","@opensea/seaport-js":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.23.2","jsdom":"27.0.0","dotenv":"^17.3.1","vitest":"^3.2.4","typescript":"^6.0.2","@types/node":"^25.4.0","concurrently":"^9.2.1","@biomejs/biome":"2.5.2","typescript-eslint":"^8.57.0","@vitest/coverage-v8":"^3.2.4"},"peerDependencies":{"viem":"^2.0.0"},"peerDependenciesMeta":{"viem":{"optional":true}},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/sdk_12.9.1_1790028699522_0.2510777954659382"}}},"time":{"created":"2026-04-10T21:01:20.616Z","modified":"2026-09-21T22:11:40.352Z","9.0.0":"2026-04-10T21:01:21.003Z","10.0.0":"2026-04-10T23:59:59.389Z","10.1.0":"2026-04-15T16:50:11.313Z","10.2.0":"2026-04-21T01:03:18.899Z","10.2.1":"2026-05-01T02:03:34.308Z","10.3.0":"2026-05-04T19:06:50.603Z","10.3.1":"2026-05-04T20:20:54.264Z","10.4.0":"2026-05-07T22:52:05.105Z","10.5.0":"2026-05-13T21:56:39.595Z","11.0.0":"2026-05-27T02:23:23.982Z","11.1.0":"2026-05-27T21:15:41.712Z","11.1.1":"2026-05-29T17:41:45.760Z","11.2.0":"2026-07-06T21:08:05.976Z","11.3.0":"2026-07-09T01:14:38.213Z","11.4.0":"2026-07-11T21:52:46.676Z","11.4.1":"2026-07-12T03:16:13.041Z","11.4.3":"2026-07-12T17:32:48.805Z","11.4.4":"2026-07-14T17:38:53.346Z","11.4.5":"2026-07-15T16:14:41.086Z","11.4.7":"2026-07-15T22:36:42.371Z","11.4.8":"2026-07-17T17:36:01.820Z","11.4.9":"2026-07-20T21:15:11.085Z","11.5.0":"2026-07-20T22:36:34.188Z","11.5.1":"2026-07-21T17:09:44.922Z","11.6.0":"2026-07-22T18:12:20.562Z","11.7.0":"2026-07-24T18:19:04.979Z","11.7.2":"2026-08-03T17:35:12.825Z","11.8.0":"2026-08-13T00:06:13.496Z","11.9.0":"2026-08-14T17:58:49.918Z","12.0.0":"2026-08-21T19:56:34.233Z","12.0.1":"2026-08-23T19:04:26.467Z","12.1.0":"2026-09-01T17:42:06.959Z","12.1.1":"2026-09-07T20:10:26.354Z","12.2.0":"2026-09-07T20:23:57.890Z","12.3.0":"2026-09-07T23:40:04.626Z","12.4.1":"2026-09-09T00:24:15.735Z","12.5.0":"2026-09-09T19:19:02.008Z","12.6.0":"2026-09-10T01:41:18.686Z","12.7.0":"2026-09-10T21:19:37.400Z","12.8.0":"2026-09-10T23:55:36.599Z","12.9.0":"2026-09-16T17:30:04.807Z","12.9.1":"2026-09-21T22:11:39.644Z"},"bugs":{"url":"https://github.com/ProjectOpenSea/opensea-sdk/issues"},"author":{"name":"OpenSea Developers"},"license":"MIT","homepage":"https://docs.opensea.io/reference/api-overview","keywords":["collectibles","crypto","ethereum","javascript","marketplace","nft","node","non-fungible tokens","opensea","sdk","smart contracts","typescript"],"repository":{"url":"git+https://github.com/ProjectOpenSea/opensea-sdk.git","type":"git"},"description":"TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data","maintainers":[{"name":"meemaw","email":"ematej.snuderl@gmail.com"},{"name":"ralxz","email":"ryan@ryanio.com"},{"name":"codysearsos","email":"cody.sears@opensea.io"},{"name":"jallum","email":"joshuatallum@gmail.com"},{"name":"j-dubz","email":"james.wright@opensea.io"},{"name":"agansley","email":"alicia.gansley@opensea.io"}],"readme":"<p align=\"center\">\n  <img src=\"./img/banner.png\" />\n</p>\n\n[![Version][version-badge]][version-link]\n[![npm][npm-badge]][npm-link]\n[![Test CI][ci-badge]][ci-link]\n[![License][license-badge]][license-link]\n[![Docs][docs-badge]][docs-link]\n[![Discussions][discussions-badge]][discussions-link]\n\n# @opensea/sdk <!-- omit in toc -->\n\n> **Read-only mirror.** This package is developed in a private monorepo and mirrored to [ProjectOpenSea/opensea-sdk](https://github.com/ProjectOpenSea/opensea-sdk) when a version is released, so the public code can trail the internal main branch by weeks.\n>\n> Pull requests opened on the mirror cannot be merged there. They are read, and a fix worth taking is recreated in the monorepo. Because a fix that has landed internally is not public until the next release, filing an issue before writing a patch is the quickest way to find out whether a bug is already fixed.\n\nThis is the TypeScript SDK for [OpenSea](https://opensea.io), the largest marketplace for NFTs and tokens.\n\nIt allows developers to access the official orderbook, filter it, create listings and offers, complete trades programmatically, and swap tokens across chains.\n\nGet started by getting an API key and instantiating your own OpenSea SDK instance. Then you can create orders off-chain or fulfill orders onchain, and listen to events in the process.\n\n### Get an API key\n\n**For quick experimentation** — request a free-tier key in code, no signup needed. The returned key is valid for 7 days.\n\n```typescript\nimport { ethers } from \"ethers\";\nimport { OpenSeaSDK, Chain } from \"@opensea/sdk\";\n\nconst provider = new ethers.JsonRpcProvider(\"https://eth-mainnet.g.alchemy.com/v2/YOUR_ALCHEMY_API_KEY\");\nconst { apiKey } = await OpenSeaSDK.requestInstantApiKey();\nconst sdk = new OpenSeaSDK(provider, { chain: Chain.Mainnet, apiKey });\n```\n\nOr from the shell:\n\n```bash\ncurl -s -X POST https://api.opensea.io/api/v2/auth/keys | jq -r '.api_key'\n```\n\n**For production** — create a permanent key at [opensea.io/settings/developer](https://opensea.io/settings/developer). These keys don't expire, get higher rate limits, and can be rotated from your account. See the [API key docs](https://docs.opensea.io/reference/api-keys) for details.\n\nHappy seafaring!\n\n## Calling the API\n\n`sdk.api` groups its methods by domain: `sdk.api.collections.getCollection(slug)`,\n`sdk.api.nfts.getNFT(...)`, `sdk.api.offers.getAllOffers(...)`, and so on across `accounts`,\n`assets`, `chains`, `drops`, `events`, `listings`, `orders`, `tokens`, `transactions` and\n`walletAuth`. Search stays flat as `sdk.api.search(args)`.\n\nThe older flat methods (`sdk.api.getCollection(slug)`) still work, carry `@deprecated` tags naming\ntheir replacements, and are removed in the next major. See the\n[API reference](developerDocs/api-reference.md#calling-the-api) for the four whose names change.\n\n## Response casing\n\nThe API speaks snake_case. The SDK rewrites response keys to camelCase before handing them back,\nand rewrites camelCase request bodies and query params to snake_case on the way out. So\n`collection.bannerImageUrl` is what you read, and `banner_image_url` is what crosses the wire.\n\n`@opensea/api-types` describes the wire, so its types stay snake_case. Do not annotate a value an\nSDK method returned with one of them:\n\n```typescript\nimport type { AccountResolveResponse } from \"@opensea/api-types\";\n\n// Wrong. This compiles, and every snake_case field reads undefined at runtime.\nconst account: AccountResolveResponse = await sdk.api.accounts.resolveAccount(\"vitalik.eth\");\nconsole.log(account.ens_name); // undefined; the runtime key is `ensName`\n```\n\nTypeScript rejects that pairing only when the wire type has a required snake_case key somewhere in\nits tree. Of the 166 schemas in the spec that declare snake_case properties directly, 15 take the\ncamelized value with no error, `AccountResolveResponse` among them: its one required property,\n`address`, has no underscore to rewrite, so nothing is missing and the camelCase keys are allowed\nthrough as extras.\n\nTwo spellings work. Use the SDK's own response type, which is already camelized:\n\n```typescript\nimport type { ResolveAccountResponse } from \"@opensea/sdk\";\n\nconst account: ResolveAccountResponse = await sdk.api.accounts.resolveAccount(\"vitalik.eth\");\nconsole.log(account.ensName);\n```\n\nOr wrap the wire type in `Camelize`, for a response with no dedicated alias in this package:\n\n```typescript\nimport type { AccountResolveResponse } from \"@opensea/api-types\";\nimport type { Camelize } from \"@opensea/sdk\";\n\nconst account: Camelize<AccountResolveResponse> = await sdk.api.accounts.resolveAccount(\"vitalik.eth\");\n```\n\n`camelizeResponse: false` turns the rewrite off for one call. Use it where the response keys are\ndata rather than field names: `getTraits` is keyed by collection-authored trait names, so the\nrewrite would report a `dark_brown` trait as `darkBrown` and merge two traits that differ only in\ncasing.\n\nWrite it as the literal `false`. `api.get`, `api.post` and `api.request` overload on that literal\nand hand back the raw `T`, so the declared type is the wire shape the call actually returns:\n\n```typescript\ntype UploadPolicy = { upload_url: string; success_action_status: string };\n\nconst policy = await sdk.api.get<UploadPolicy>(\"/api/v2/some/path\", undefined, {\n  camelizeResponse: false,\n});\n\nconsole.log(policy.success_action_status); // typed, and present at runtime\n\n// @ts-expect-error the rewrite did not run, so there is no `successActionStatus`\nconsole.log(policy.successActionStatus);\n```\n\nThe literal is what selects that signature, and TypeScript keeps it only where the property is\nwritten inline at the call site or the object is declared `as const`. The two spellings below\ncompile, and the runtime still skips the rewrite whenever the value is `false`, but the declared\ntype is `Camelize<T>` either way, so it claims camelCase properties the response does not have:\n\n```typescript\ntype UploadPolicy = { upload_url: string; success_action_status: string };\ndeclare const skipRewrite: boolean;\n\n// A boolean whose value the compiler cannot see.\nawait sdk.api.get<UploadPolicy>(\"/api/v2/some/path\", undefined, {\n  camelizeResponse: skipRewrite,\n});\n\n// A `const` declaration widens `false` to `boolean`; `as const` keeps the literal.\nconst options = { camelizeResponse: false };\nawait sdk.api.get<UploadPolicy>(\"/api/v2/some/path\", undefined, options);\n```\n\n## Quick Start\n\n### With ethers.js\n\n```typescript\nimport { ethers } from \"ethers\";\nimport { OpenSeaSDK, Chain } from \"@opensea/sdk\";\n\nconst provider = new ethers.JsonRpcProvider(\"https://eth-mainnet.g.alchemy.com/v2/YOUR_ALCHEMY_API_KEY\");\nconst sdk = new OpenSeaSDK(provider, { chain: Chain.Mainnet, apiKey: \"YOUR_API_KEY\" });\n```\n\n### With viem\n\n```typescript\nimport { createPublicClient, createWalletClient, http } from 'viem'\nimport { mainnet } from 'viem/chains'\nimport { OpenSeaSDK, Chain } from '@opensea/sdk/viem'\n\nconst publicClient = createPublicClient({ chain: mainnet, transport: http() })\nconst sdk = new OpenSeaSDK({ publicClient }, { chain: Chain.Mainnet, apiKey: 'YOUR_API_KEY' })\n```\n\n### Wallet-authenticated API helpers\n\nFor a server-side EVM signer, `OpenSeaAuth` signs in with SIWE, creates a scoped\npersonal access token (PAT), and exchanges it for the short-lived JWT used by\nREST and MCP.\n\n```typescript\nimport { Wallet } from \"ethers\"\nimport { OpenSeaAPI, OpenSeaAuth } from \"@opensea/sdk\"\n\nconst signer = new Wallet(process.env.OPENSEA_PRIVATE_KEY!)\nconst auth = new OpenSeaAuth()\nlet token = await auth.authenticate(signer, { scopes: [\"read:favorites\"] })\n\ntry {\n  token = await auth.getValidToken()\n  const api = new OpenSeaAPI({\n    apiKey: process.env.OPENSEA_API_KEY,\n    authToken: token.accessToken,\n  })\n  await api.walletAuth.getFavorites(await signer.getAddress(), { limit: 10 })\n  await api.walletAuth.declareAgentAccount()\n} finally {\n  await auth.revoke(token.accessToken)\n}\n```\n\nKeep the same `OpenSeaAuth` instance through revocation because it holds the\nSIWE session. `revoke()` accepts the current JWT as a guard, revokes its backing\nPAT, and clears the in-memory auth state. `walletAuth` provides typed helpers\nfor every deployed scoped operation; request only the scopes the task needs. See the\n[wallet-auth guide](https://docs.opensea.io/reference/auth).\n\n### Cross-chain drop minting\n\nBuild the ordered transactions for paying on one chain and minting a drop on\nanother through the typed API client:\n\n```typescript\nconst mint = await sdk.api.drops.buildCrossChainMintTransactions(\"pyro-on-ape\", {\n  payer: \"0x1111111111111111111111111111111111111111\",\n  minter: \"0x1111111111111111111111111111111111111111\",\n  quantity: 1,\n  payment: {\n    chain: \"base\",\n    tokenAddress: \"0x0000000000000000000000000000000000000000\",\n  },\n})\n\n// Submit mint.transactions in order, then poll the exact returned request.\nconst receipt = await sdk.api.transactions.getTransactionReceipt(mint.receiptRequest)\n```\n\n### Order actions on EVM and Solana\n\nUse the typed action APIs when a wallet needs ordered approval, signing, or transaction steps. Solana callers should pass `svm_order.id` as the order identifier and preserve base58 address casing.\n\n```typescript\nconst actions = await sdk.api.listings.createListingFulfillmentActions({\n  listing: {\n    hash: \"<svm_order.id>\",\n    chain: \"solana\",\n    protocolAddress: \"<protocol address from the listing>\",\n  },\n  fulfiller: { address: \"<buyer address>\" },\n  includeOptionalCreatorFees: false,\n})\n\n// Also available:\n// sdk.api.offers.createOfferActions(request)\n// sdk.api.offers.createOfferFulfillmentActions(request)\n// sdk.api.orders.createCancelOrderActions(protocol, orderIdentifier, request, chain)\n```\n\nExecute `actions.steps` in order. If a Solana action includes a partially signed transaction or requires a Jito bundle, submit it exactly as directed by the response rather than rebuilding or broadcasting it through a public RPC.\n\n### Token activity stats\n\nRead materialized trade count and USD volume for a token without aggregating\nraw events:\n\n```typescript\nimport { Chain } from \"@opensea/sdk\";\n\nconst activity = await sdk.api.tokens.getTokenActivityStats(\n  Chain.Base,\n  \"0x4200000000000000000000000000000000000006\",\n  { windows: [\"1h\", \"24h\"] },\n)\n\nconsole.log(activity.windows[\"24h\"]?.trades)\nconsole.log(activity.windows[\"24h\"]?.volumeUsd)\n```\n\nThe SDK exposes camel-cased fields. A requested window is absent when the token\nhas no swaps in that period.\n\n### Real-time events\n\nSubscribe to marketplace events over WebSocket from the `@opensea/sdk/stream`\nsubpath. Streaming events do not count toward your API rate limits.\n\n```typescript\nimport { OpenSeaStreamClient, EventType } from \"@opensea/sdk/stream\";\n\nconst client = new OpenSeaStreamClient({ apiKey: \"YOUR_API_KEY\" });\n\n// Listings for one collection, by slug\nconst unsubscribe = client.onItemListed(\"doodles-official\", event => {\n  console.log(event.payload.item.nft_id, event.payload.base_price);\n});\n\n// Sales across every collection\nclient.onItemSold(\"*\", event => console.log(event.payload.sale_price));\n\n// Several event types at once, filtered server-side\nclient.onEvents(\n  \"doodles-official\",\n  [EventType.ITEM_SOLD, EventType.ITEM_CANCELLED],\n  console.log,\n);\n\nunsubscribe();\n```\n\nNode 22 or newer, or any browser, needs no extra dependencies. The client\nreconnects with backoff and re-subscribes to every topic it was watching, so a\ndropped connection recovers without any work from you.\n\nThis code was published as `@opensea/stream-js` until version 0.4.0. See the\n[migration guide](developerDocs/stream-migration.md) for the differences.\n\n## Documentation\n\n- [Quick Start Guide](developerDocs/quick-start.md)\n- [Getting Started Guide](developerDocs/getting-started.md)\n- [API Reference](developerDocs/api-reference.md)\n- [Stream migration from @opensea/stream-js](developerDocs/stream-migration.md)\n- [Advanced Use Cases](developerDocs/advanced-use-cases.md)\n- [Frequently Asked Questions](developerDocs/faq.md)\n- [Contributing](CONTRIBUTING.md)\n\n### Security Warning\n\n**Do not use this SDK directly in client-side/frontend applications.**\n\nThe OpenSea SDK requires an API key for initialization. If you embed your API key in frontend code (e.g., browser applications, mobile apps), it will be publicly exposed and could be extracted by anyone, leading to potential abuse and rate limit issues.\n\n#### Recommended Architecture\n\nFor frontend applications that need to interact with OpenSea functionality:\n\n1. **Create a backend API wrapper**: Set up your own backend server that securely stores your OpenSea API key\n2. **Call OpenSea SDK server-side**: Use `@opensea/sdk` on your backend to interact with OpenSea's APIs\n3. **Return data to your frontend**: Send the necessary data (like transaction parameters) back to your frontend\n4. **Execute transactions in the browser**: Have users sign transactions with their own wallets (e.g., MetaMask) in the browser\n\n## Changelog\n\nThe changelog for recent versions can be found at:\n\n- @opensea/sdk: https://github.com/ProjectOpenSea/opensea-sdk/releases\n- OpenSea API: https://docs.opensea.io/changelog\n\n## Security\n\nFound a vulnerability? Report it through OpenSea's Bugcrowd program at https://bugcrowd.com/engagements/opensea rather than opening a public issue. See [SECURITY.md](SECURITY.md).\n\n[version-badge]: https://img.shields.io/github/package-json/v/ProjectOpenSea/opensea-sdk\n[version-link]: https://github.com/ProjectOpenSea/opensea-sdk/releases\n[npm-badge]: https://img.shields.io/npm/v/@opensea/sdk?color=red\n[npm-link]: https://www.npmjs.com/package/@opensea/sdk\n[ci-badge]: https://github.com/ProjectOpenSea/opensea-sdk/actions/workflows/ci.yml/badge.svg\n[ci-link]: https://github.com/ProjectOpenSea/opensea-sdk/actions/workflows/ci.yml\n[license-badge]: https://img.shields.io/github/license/ProjectOpenSea/opensea-sdk\n[license-link]: https://github.com/ProjectOpenSea/opensea-sdk/blob/main/LICENSE\n[docs-badge]: https://img.shields.io/badge/@opensea/sdk-documentation-informational\n[docs-link]: https://github.com/ProjectOpenSea/opensea-sdk#documentation\n[discussions-badge]: https://img.shields.io/badge/@opensea/sdk-discussions-blueviolet\n[discussions-link]: https://github.com/ProjectOpenSea/opensea-sdk/discussions\n","readmeFilename":"README.md"}