• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ProjectOpenSea / opensea-js
89%
master: 30%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 20 Aug 2020 01:51PM UTC
Files 74
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-bulk-order-support
  • add-seaport-onchain-validation
  • ben/AddMultiTrait
  • bump-version-8.0.2
  • bump-version-8.0.3
  • chore/bump-seaport-js-4.0.7
  • chore/bump-version-8.0.18
  • chore/bump-version-8.0.19
  • chore/upgrade-all-deps
  • chore/upgrade-eslint-chai
  • chore/upgrade-mocha-11
  • devin/1737769268-add-conduit-constants
  • devin/1752533389-verify-capabilities
  • devin/1752536139-fix-marketplace-fees-private-listings
  • devin/1752548893-add-trait-offers-api
  • docs/api-key-security-note
  • docs/clarify-frontend-security-warning
  • docs/link-api-reference
  • docs/update-to-latest-api
  • feat-add-monad
  • feat-release-abstract
  • feat/add-events-endpoints
  • feat/add-remaining-quantity-support
  • feat/add-somnia-chain
  • feat/add-unique-item-count
  • feat/build-offer-criteria-type
  • feat/bulk-transfer
  • feat/cancel-orders-method
  • feat/fetcher-interface-and-mock-fixture
  • feat/fulfill-best-listing-and-env-refactor
  • feat/include-optional-creator-fees
  • feat/offchain-cancel-orders
  • feat/post-request-options
  • feat/pricing-currencies
  • feature/cancel-orders-by-components
  • fix-basic-order-event
  • fix-identifier-criteria-type
  • fix-seaport-address-initialization
  • fix/add-consideration-params-to-fulfillment-data
  • fix/add-order-event-type
  • fix/add-test-for-empty-token-ids
  • fix/api-response-type-corrections
  • fix/clarify-order-by-eth-price-docs
  • fix/clarify-post-headers-param
  • fix/collections-limit-range-docs
  • fix/docs-add-missing-imports
  • fix/ensure-conditional-fees
  • fix/eth-price-tokenid-cleanup
  • fix/lint-and-patch-bump
  • fix/megaeth-cleanup
  • fix/orders-nullish-coalescing
  • fix/query-param-serialization
  • fix/reject-whitespace-in-decode-token-ids
  • fix/retry-after-and-docs-audit
  • fix/retry-after-cap-and-test-coverage
  • fix/security-audit-key-logging-and-deps
  • fix/somnia-seaport-protocol-address
  • fix/transaction-value-overflow
  • fix/update-matic-slug-to-polygon
  • fix/validate-trait-inputs-postCollectionOffer
  • fix/whitespace-tolerant-decode-token-ids
  • fix/zero-payment-private-listings
  • improve-typedocs
  • main
  • master
  • migrate-deprecated-order-response
  • npm-trusted-publishing
  • opensea-api-audit
  • order-status-field
  • refactor/checksum-shared-storefront
  • refactor/cleanup-naming
  • refactor/dedupe-checksum-logic
  • refactor/dry-duplicate-tests
  • renovate/actions-checkout-5.x
  • renovate/actions-setup-node-5.x
  • renovate/actions-setup-node-6.x
  • renovate/actions-stale-10.x
  • renovate/chai-5.x
  • renovate/dotenv-16.x-lockfile
  • renovate/dotenv-17.x-lockfile
  • renovate/eslint-config-prettier-10.x
  • renovate/eslint-import-resolver-typescript-3.x-lockfile
  • renovate/eslint-import-resolver-typescript-4.x
  • renovate/eslint-monorepo
  • renovate/eslint-plugin-import-2.x-lockfile
  • renovate/eslint-plugin-prettier-5.x-lockfile
  • renovate/ethers-6.x-lockfile
  • renovate/github-codeql-action-4.x
  • renovate/jamesives-github-pages-deploy-action-4.x
  • renovate/lint-staged-15.x-lockfile
  • renovate/lint-staged-16.x
  • renovate/lint-staged-16.x-lockfile
  • renovate/major-eslint-monorepo
  • renovate/major-node.js
  • renovate/mocha-11.x
  • renovate/nkoppel-push-files-to-another-repository-1.x
  • renovate/node-20.x
  • renovate/node-20.x-lockfile
  • renovate/node-22.x
  • renovate/node-22.x-lockfile
  • renovate/node-24.x
  • renovate/node-24.x-lockfile
  • renovate/node-25.x-lockfile
  • renovate/nyc-18.x
  • renovate/prettier-3.x-lockfile
  • renovate/sinon-20.x
  • renovate/sinon-21.x-lockfile
  • renovate/typedoc-0.x
  • renovate/typedoc-0.x-lockfile
  • renovate/typescript-eslint-monorepo
  • ryan/add-gunzilla
  • ryan/add-retry-after-data
  • ryan/fix-lint
  • ryan/fix-tests
  • ryan/fix-wrapeth
  • ryan/improve-getWethAddress-name
  • ryan/remove-testnets
  • ryan/small-touchups
  • ryan/test-fixups
  • ryanio-patch-1
  • sdk-updates
  • sraturi/releaseBera
  • sraturi/releaseFlow
  • sraturi/releaseFlowTestnet
  • sraturi/releaseRonin
  • test/bulk-orders-integration
  • test/improve-orders-utils-test-coverage
  • test/improve-test-coverage
  • tpetrychyn/getOrderByHash-fix
  • tpetrychyn/order-null-addr
  • trait-offer-test
  • units-to-fill-default-1
  • use-api-fulfill-tx

23 Mar 2026 06:36PM UTC coverage: 89.167%. Remained the same
23453967663

push

github

web-flow
docs: remove inline imports from API reference examples (#1958)

* docs: add missing imports to API reference examples

Add Chain and OrderSide imports to getNFT, pagination, and error
handling examples to make them copy-paste ready.

Co-Authored-By: Damian <236994396+ev0r0x@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: remove inline imports from API reference examples

Snippets are code fragments, not standalone files — readers already
import from opensea-js during setup. Removing imports keeps every
example consistent and avoids churn from "missing import" fixes.

Co-Authored-By: Damian <236994396+ev0r0x@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Damian <236994396+ev0r0x@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

542 of 729 branches covered (74.35%)

Branch coverage included in aggregate %.

4833 of 5299 relevant lines covered (91.21%)

4.0 hits per line

Relevant lines Covered
Build:
Build:
5299 RELEVANT LINES 4833 COVERED LINES
4.0 HITS PER LINE
Source Files on master
  • Tree
  • List 74
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23453967663 main docs: remove inline imports from API reference examples (#1958) * docs: add missing imports to API reference examples Add Chain and OrderSide imports to getNFT, pagination, and error handling examples to make them copy-paste ready. Co-Authored-... push 23 Mar 2026 06:36PM UTC web-flow github
89.17
23453937607 fix/docs-add-missing-imports Merge 77e36f28b into 3e57246f3 Pull #1958 23 Mar 2026 06:36PM UTC web-flow github
89.17
23453808415 main Handle missing maker/taker fee arrays in order deserialization (#1952) Co-authored-by: jroot <jroot@gm.com> push 23 Mar 2026 06:33PM UTC web-flow github
89.17
23453795883 main fix(sdk): throw when both orders and orderHashes are passed to cancelOrders (#1951) Co-authored-by: lavidaloca <lavida@gm.com> push 23 Mar 2026 06:32PM UTC web-flow github
89.15
23453763226 fix/docs-add-missing-imports Merge 392e24154 into 444438b6b Pull #1958 23 Mar 2026 06:32PM UTC web-flow github
89.15
23453570828 main chore(deps): update typescript-eslint monorepo to v8.57.1 (#1954) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 23 Mar 2026 06:27PM UTC web-flow github
89.15
23453566256 main chore(deps): update dependency eslint to v10.1.0 (#1956) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 23 Mar 2026 06:27PM UTC web-flow github
89.15
23444376569 renovate/eslint-monorepo Merge 1b0223943 into 57ff62658 Pull #1956 23 Mar 2026 03:08PM UTC web-flow github
89.15
23444369601 renovate/typescript-eslint-monorepo Merge 42c2070e2 into 57ff62658 Pull #1954 23 Mar 2026 03:08PM UTC web-flow github
89.15
23444350239 main chore(deps): update dependency sinon to v21.0.3 (#1953) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 23 Mar 2026 03:07PM UTC web-flow github
89.15
See All Builds (2378)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc