# OpenSea

OpenSea is the world's first and largest NFT marketplace for NFTs and crypto collectibles.

- **Category:** ecommerce
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 24
- **Triggers:** 0
- **Slug:** `OPEN_SEA`
- **Version:** 20260414_00

## Tools

### Build criteria offer

**Slug:** `OPEN_SEA_BUILD_CRITERIA_OFFER`

Build a portion of a criteria offer including the merkle tree needed to post an offer.

### Cancel order

**Slug:** `OPEN_SEA_CANCEL_ORDER`

Offchain cancel a single order, offer or listing, by its order hash when protected by the SignedZone. Protocol and Chain are required to prevent hash collisions. Please note cancellation is only assured if a fulfillment signature was not vended prior to cancellation.

### Create criteria offer

**Slug:** `OPEN_SEA_CREATE_CRITERIA_OFFER`

Create a criteria offer to purchase any NFT in a collection or which matches the specified trait.

### Create item offer

**Slug:** `OPEN_SEA_CREATE_ITEM_OFFER`

Create an offer to purchase a single NFT (ERC721 or ERC1155).

### Create listing

**Slug:** `OPEN_SEA_CREATE_LISTING`

List a single NFT (ERC721 or ERC1155) for sale on the OpenSea marketplace.

### Fulfill listing

**Slug:** `OPEN_SEA_FULFILL_LISTING`

Retrieve all the information, including signatures, needed to fulfill a listing directly onchain.

### Fulfill offer

**Slug:** `OPEN_SEA_FULFILL_OFFER`

Retrieve all the information, including signatures, needed to fulfill an offer directly onchain.

### Get account

**Slug:** `OPEN_SEA_GET_ACCOUNT`

Get an OpenSea Account Profile including details such as bio, social media usernames, and profile image.

### Get all listings by collection

**Slug:** `OPEN_SEA_GET_ALL_LISTINGS_BY_COLLECTION`

Get all active, valid listings for a single collection.

### Get all offers by collection

**Slug:** `OPEN_SEA_GET_ALL_OFFERS_BY_COLLECTION`

Get all active, valid offers for the specified collection. This includes individual and criteria offers.

### Get best listing by nft

**Slug:** `OPEN_SEA_GET_BEST_LISTING_BY_NFT`

Get the best listing for an NFT.

### Get best listings by collection

**Slug:** `OPEN_SEA_GET_BEST_LISTINGS_BY_COLLECTION`

Get the cheapest priced active, valid listings on a single collection.

### Get best offer by nft

**Slug:** `OPEN_SEA_GET_BEST_OFFER_BY_NFT`

Get the best offers for an NFT.

### Get collection

**Slug:** `OPEN_SEA_GET_COLLECTION`

Get a single collection including details such as fees, traits, and links.

### Get collections

**Slug:** `OPEN_SEA_GET_COLLECTIONS`

Get a list of OpenSea collections with optional filtering and pagination.

### Get collection stats

**Slug:** `OPEN_SEA_GET_COLLECTION_STATS`

Get stats for a single collection on OpenSea.

### Get contract

**Slug:** `OPEN_SEA_GET_CONTRACT`

Get a smart contract for a given chain and address.

### Get events

**Slug:** `OPEN_SEA_GET_EVENTS`

Get a list of events from OpenSea based on various filters like timestamps and event types.

### Get listings

**Slug:** `OPEN_SEA_GET_LISTINGS`

Get the complete set of active, valid listings.

### Get nft

**Slug:** `OPEN_SEA_GET_NFT`

Get metadata, traits, ownership information, and rarity for a single NFT.

### Get order

**Slug:** `OPEN_SEA_GET_ORDER`

Get a single order, offer or listing, by its order hash. Protocol and Chain are required to prevent hash collisions.

### Get payment token

**Slug:** `OPEN_SEA_GET_PAYMENT_TOKEN`

Get a smart contract for a given chain and address.

### Get traits

**Slug:** `OPEN_SEA_GET_TRAITS`

Get the traits in a collection.

### Refresh nft metadata

**Slug:** `OPEN_SEA_REFRESH_NFT_METADATA`

Refresh metadata for a single NFT.
