OpenSea

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

24 actions Integration catalog
Request access
Connect OpenSea once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Build criteria offerOPEN_SEA_BUILD_CRITERIA_OFFER
Build a portion of a criteria offer including the merkle tree needed to post an offer.
Cancel orderOPEN_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 offerOPEN_SEA_CREATE_CRITERIA_OFFER
Create a criteria offer to purchase any NFT in a collection or which matches the specified trait.
Create item offerOPEN_SEA_CREATE_ITEM_OFFER
Create an offer to purchase a single NFT (ERC721 or ERC1155).
Create listingOPEN_SEA_CREATE_LISTING
List a single NFT (ERC721 or ERC1155) for sale on the OpenSea marketplace.
Fulfill listingOPEN_SEA_FULFILL_LISTING
Retrieve all the information, including signatures, needed to fulfill a listing directly onchain.
Fulfill offerOPEN_SEA_FULFILL_OFFER
Retrieve all the information, including signatures, needed to fulfill an offer directly onchain.
Get accountOPEN_SEA_GET_ACCOUNT
Get an OpenSea Account Profile including details such as bio, social media usernames, and profile image.
Get all listings by collectionOPEN_SEA_GET_ALL_LISTINGS_BY_COLLECTION
Get all active, valid listings for a single collection.
Get all offers by collectionOPEN_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 nftOPEN_SEA_GET_BEST_LISTING_BY_NFT
Get the best listing for an NFT.
Get best listings by collectionOPEN_SEA_GET_BEST_LISTINGS_BY_COLLECTION
Get the cheapest priced active, valid listings on a single collection.
Get best offer by nftOPEN_SEA_GET_BEST_OFFER_BY_NFT
Get the best offers for an NFT.
Get collectionOPEN_SEA_GET_COLLECTION
Get a single collection including details such as fees, traits, and links.
Get collectionsOPEN_SEA_GET_COLLECTIONS
Get a list of OpenSea collections with optional filtering and pagination.
Get collection statsOPEN_SEA_GET_COLLECTION_STATS
Get stats for a single collection on OpenSea.
Get contractOPEN_SEA_GET_CONTRACT
Get a smart contract for a given chain and address.
Get eventsOPEN_SEA_GET_EVENTS
Get a list of events from OpenSea based on various filters like timestamps and event types.
Get listingsOPEN_SEA_GET_LISTINGS
Get the complete set of active, valid listings.
Get nftOPEN_SEA_GET_NFT
Get metadata, traits, ownership information, and rarity for a single NFT.
Get orderOPEN_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 tokenOPEN_SEA_GET_PAYMENT_TOKEN
Get a smart contract for a given chain and address.
Get traitsOPEN_SEA_GET_TRAITS
Get the traits in a collection.
Refresh nft metadataOPEN_SEA_REFRESH_NFT_METADATA
Refresh metadata for a single NFT.