GET/opensea/activityapiKey2 credits/request
List marketplace-wide OpenSea activity
Returns the live cross-collection activity feed — every sale, listing, offer, transfer, and mint OpenSea indexes, newest first, with the collection each event belongs to. Filter with `event_types` for a marketplace-wide trade tape.
Required params: None
GET/opensea/categoriesapiKey1 credit/request
List OpenSea's browse categories
Returns OpenSea's category taxonomy as top-level groups and their child categories, with display names. The child slugs are the canonical category identifiers used across the marketplace.
Required params: None
GET/opensea/chainsapiKey1 credit/request
List the chains OpenSea indexes
Returns every blockchain OpenSea indexes, with its identifier, display name, and architecture. The identifiers are the accepted values for the `chain` path parameter on the item endpoints.
Required params: None
GET/opensea/collection/{slug}apiKey2 credits/request
Get an OpenSea collection
Returns public marketplace metadata and trading statistics for one NFT collection: name, description, imagery, verification flag, contract address and chain, social links, current floor price and top collection offer, plus lifetime and rolling one-hour/one-day/seven-day/thirty-day sales, volume, and floor-price change. Delisted and blacklisted collections return 404 rather than an empty payload.
Required params: slug:path
GET/opensea/collection/{slug}/activityapiKey2 credits/request
List an OpenSea collection's marketplace activity
Returns a cursor-paginated feed of marketplace events for a collection — sales, listings, offers, transfers, mints, and collection/trait offers — with the counterparties, price, marketplace, and transaction hash. Filter with `event_types` to narrow the feed, for example `event_types=SALE` for a sales-only history.
Required params: slug:path
GET/opensea/collection/{slug}/best-dealsapiKey2 credits/request
List an OpenSea collection's best-value listings
Returns the listed items OpenSea surfaces as the best value in a collection, judged against each item's rarity and the collection floor. This is the curated "best deals" shelf from the collection page, not a generic price sort.
Required params: slug:path
GET/opensea/collection/{slug}/chartapiKey2 credits/request
Get an OpenSea collection's price or volume history
Returns a time series for a collection — either its floor price or its traded volume — over the requested window, with each sample in both the settlement token and USD. Use `metric=floor_price` for the floor line and `metric=volume` for the volume bars.
Required params: slug:path
GET/opensea/collection/{slug}/depthapiKey2 credits/request
Get an OpenSea collection's order book
Returns the full bid/ask ladder for a collection: resting listings and offers grouped into price levels with the quantity available at each. This is the depth chart behind OpenSea's own collection page, and it is the fastest way to see how thin or deep the book is above the floor.
Required params: slug:path
GET/opensea/collection/{slug}/holdersapiKey2 credits/request
List an OpenSea collection's holders
Returns a cursor-paginated leaderboard of wallets holding items in the collection, ranked by quantity held, with each holder's address and display name where OpenSea publishes one.
Required params: slug:path
GET/opensea/collection/{slug}/itemsapiKey2 credits/request
List items in an OpenSea collection
Returns a cursor-paginated page of NFTs in a collection with their traits, rarity rank, current owner, best standing listing, and last sale price. Pass `cursor` from `next_page_cursor` to page forward. Narrow the result set with `listed_only`, `traits`, a `min_price`/`max_price` band, or a `min_rarity`/`max_rarity` rank band — the filters combine, so `traits=Fur:Solid Gold&listed_only=true` returns only buyable Solid Gold apes.
Required params: slug:path
GET/opensea/collection/{slug}/offersapiKey2 credits/request
List an OpenSea collection's offer book
Returns the collection-wide offer book as price levels: how many standing offers sit at each price per item, plus the aggregate offer count and total value across the whole collection. Offers are sorted by price.
Required params: slug:path
GET/opensea/collection/{slug}/rarest-itemsapiKey2 credits/request
List an OpenSea collection's rarest listed items
Returns the rarest items in a collection that currently have a standing listing, each with its rarity rank, traits, and asking price. Unlike the trait endpoints, this shelf is scoped to what is actually buyable right now.
Required params: slug:path
GET/opensea/collection/{slug}/search-itemsapiKey2 credits/request
Search items inside an OpenSea collection
Runs a keyword search scoped to one collection — matching on item name and trait values — and returns the hits with rarity rank and best standing listing. Narrower than `/opensea/collection/{slug}/items`, which lists everything.
Required params: slug:path, query:query
GET/opensea/collection/{slug}/social-proofapiKey2 credits/request
Get an OpenSea collection's social following
Returns how many accounts follow or watch a collection, plus the notable collectors OpenSea highlights for it. Useful as a demand signal alongside the trading stats.
Required params: slug:path
GET/opensea/collection/{slug}/top-salesapiKey2 credits/request
List an OpenSea collection's highest-value sales
Returns the highest-value sales ever recorded for a collection, with the buyer, seller, price, and transaction hash for each. Unlike `/opensea/collection/{slug}/activity?event_types=SALE`, which is a reverse-chronological feed, this is ranked by sale price.
Required params: slug:path
GET/opensea/collection/{slug}/trait-offersapiKey2 credits/request
List an OpenSea collection's trait offer book
Returns standing offers scoped to a specific trait value rather than the whole collection, as price levels with the trait type and value attached. Useful for pricing rare-trait items against the collection floor.
Required params: slug:path
GET/opensea/collection/{slug}/traitsapiKey2 credits/request
List an OpenSea collection's traits
Returns a cursor-paginated page of the collection's trait types and the values each takes, with per-value item counts where OpenSea publishes them. Numeric traits carry a comparison operator.
Required params: slug:path
GET/opensea/collectionsapiKey2 credits/request
Look up several OpenSea collections at once
Resolves up to 50 collections in a single call from a comma-separated `slugs` list, returning each one's floor price, verification flag, headline stats, and per-marketplace listed-item counts. Use this instead of calling `/opensea/collection/{slug}` in a loop — it costs one upstream request regardless of how many slugs you pass. The `markets` array shows how many items are listed on OpenSea versus other marketplaces for the same collection.
Required params: slugs:query
GET/opensea/dropsapiKey2 credits/request
List the OpenSea drop calendar
Returns the NFT drop calendar — either upcoming mints or recently minted drops — with each drop's contract, chain, and parent collection. Use `type=UPCOMING` to watch for launches and `type=RECENTLY_MINTED` for ones that just went live.
Required params: None
GET/opensea/item/{chain}/{contract_address}/{token_id}apiKey2 credits/request
Get a single OpenSea NFT
Returns one NFT addressed by chain, contract address, and token id, including its traits, rarity rank, current owner, parent collection, best standing listing, and best standing offer. Call `/opensea/chains` for the accepted `chain` values.
Required params: chain:path, contract_address:path, token_id:path
GET/opensea/item/{chain}/{contract_address}/{token_id}/activityapiKey2 credits/request
List one OpenSea NFT's event history
Returns the marketplace event history for a single NFT — sales, listings, offers, transfers, and mints — with counterparties, price, and transaction hash. Filter with `event_types`, for example `event_types=SALE,TRANSFER` for an ownership trail.
Required params: chain:path, contract_address:path, token_id:path
GET/opensea/item/{chain}/{contract_address}/{token_id}/chartapiKey2 credits/request
Get an OpenSea NFT's sale-price history
Returns every indexed sale of one NFT with its timestamp and price, in both the settlement token and USD — the price history behind the chart on an item page. An item that has never sold returns an empty `points` list. For collection-level sale history use `/opensea/collection/{slug}/activity?event_types=SALE`.
Required params: chain:path, contract_address:path, token_id:path
GET/opensea/item/{chain}/{contract_address}/{token_id}/depthapiKey2 credits/request
Get an OpenSea NFT's order book
Returns the bid/ask ladder for a single NFT: resting listings and offers grouped into price levels with the quantity at each. Useful for ERC-1155 items where many units trade at different prices.
Required params: chain:path, contract_address:path, token_id:path
GET/opensea/item/{chain}/{contract_address}/{token_id}/listingsapiKey2 credits/request
List standing listings for an OpenSea NFT
Returns every standing sell order for one NFT, with price, quantity, validity window, marketplace, and the maker's wallet. An item with no active listings returns an empty list rather than a 404.
Required params: chain:path, contract_address:path, token_id:path
GET/opensea/item/{chain}/{contract_address}/{token_id}/offersapiKey2 credits/request
List standing offers for an OpenSea NFT
Returns every standing bid on one NFT, with price, quantity, validity window, marketplace, and the maker's wallet. An item with no active offers returns an empty list rather than a 404.
Required params: chain:path, contract_address:path, token_id:path
GET/opensea/item/{chain}/{contract_address}/{token_id}/ownersapiKey2 credits/request
List the owners of an OpenSea NFT
Returns the wallets holding one NFT plus the total owner count. ERC-721 items resolve to a single owner; ERC-1155 items can have many, each with the quantity held.
Required params: chain:path, contract_address:path, token_id:path
GET/opensea/most-watchedapiKey2 credits/request
List the most watchlisted OpenSea collections
Returns the collections most added to watchlists on OpenSea, with their current floor price and headline stats. A demand signal that leads trading volume, since watchlisting precedes buying.
Required params: None
GET/opensea/profile/{identifier}apiKey2 credits/request
Get a public OpenSea profile
Returns the public profile for a wallet, resolved from a wallet address, an ENS name, or an OpenSea username: display name, avatar and banner imagery, verification flag, and linked social handles. Wallet balances, portfolio value, and profit/loss are deliberately not exposed.
Required params: identifier:path
GET/opensea/profile/{identifier}/activityapiKey3 credits/request
List a wallet's NFT marketplace activity
Returns a cursor-paginated feed of a wallet's NFT marketplace events — sales, listings, offers, transfers, and mints — with the counterparty, price, and collection for each. Accepts a wallet address, ENS name, or OpenSea username. Scoped to NFT events only; token transfers and swaps are not returned.
Required params: identifier:path
GET/opensea/profile/{identifier}/collectionsapiKey3 credits/request
List the collections a wallet holds
Returns the collections a wallet holds items in, with how many items it holds in each and that collection's current floor price. Useful for valuing a wallet's holdings collection by collection.
Required params: identifier:path
GET/opensea/profile/{identifier}/createdapiKey3 credits/request
List the collections a wallet created
Returns the collections a wallet created, as opposed to the ones it holds, each with its floor price and trading statistics. Use this to find a creator's full body of work from any one of their collections' contract deployer address.
Required params: identifier:path
GET/opensea/profile/{identifier}/itemsapiKey3 credits/request
List the NFTs a wallet holds
Returns a cursor-paginated page of the NFTs held by a wallet, with each item's collection, rarity rank, and best standing listing. Accepts a wallet address, ENS name, or OpenSea username; a non-address identifier costs one extra resolution lookup.
Required params: identifier:path
GET/opensea/profile/{identifier}/search-itemsapiKey3 credits/request
Search the NFTs a wallet holds
Runs a keyword search across a wallet's holdings, matching on item and collection name, and returns the hits with rarity rank and best standing listing. Narrower than `/opensea/profile/{identifier}/items`, which lists everything the wallet holds.
Required params: identifier:path, query:query
GET/opensea/rankingsapiKey2 credits/request
List ranked OpenSea collections
Returns the collections on one of OpenSea's ranking boards for a given window, each with its ranking score, floor price, and rolling stats. `TRENDING` ranks by recent momentum, `TOP` by absolute volume, and `NEW` surfaces recently launched collections.
Required params: None
GET/opensea/search/collectionsapiKey2 credits/request
Search OpenSea collections by keyword
Runs a keyword search across OpenSea collections and returns the matches with floor price, verification flag, and headline stats. Use this to resolve a human-readable name to the `slug` the other collection endpoints take.
Required params: query:query
GET/opensea/top-moversapiKey2 credits/request
List the biggest movers on OpenSea
Returns the collections with the largest recent floor-price and volume moves, each with its current floor and rolling one-hour and one-day stats. Complements `/opensea/rankings`, which ranks by score rather than by change.
Required params: None